#734205

Color #734205 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #734205

Tints of Raw Umber #734205

Color information

#734205 (or 0x734205) is unknown color: approx Raw Umber. HEX triplet: 73, 42 and 05. RGB value is (115,66,5). Sum of RGB (Red+Green+Blue) = 115+66+5=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #734205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734205 is #8CBDFA. Grayscale: #494949. Windows color (decimal): -9223675 or 344691. OLE color: 344691.

HSL color Cylindrical-coordinate representation of color #734205: hue angle of 33.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #734205 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115665-
CMYK00.430.960.55
HSL33.27º91.67%23.53%-
HSV(B)33.27º95.65%45.1%-
XYZ9.057.551.12-
YUV73.789.23157.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=61.83%
G=35.48%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11566500.430.960.5533.2791.6723.53
Hex7342502B6037215c18
Octal1631025053140674113430
Binary1110011100001010101010111100000110111100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734205; }

 p { color: rgb(115,66,5); }

 H1.HeaderClassName
 {
   color: #734205;
 }
 .AnyTagClassName
 {
   color: #734205;
 }
</style>
background-color css

<style>
 a { background-color: #734205; }

 a { background-color: rgb(115,66,5); }

 div.DivClassName
 {
   background-color: #734205;
 }
 .BgClassName
 {
   background-color: #734205;
 }
</style>
border-color css

<style>
 span { border-color: #734205; }

 span { border-color: rgb(115,66,5); }

 td.TdClassName
 {
   border-color: #734205;
 }
 .TagClassName
 {
   border-color: #734205;
 }
</style>