#735208

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

Shades of Raw Umber #735208

Tints of Raw Umber #735208

Color information

#735208 (or 0x735208) is unknown color: approx Raw Umber. HEX triplet: 73, 52 and 08. RGB value is (115,82,8). Sum of RGB (Red+Green+Blue) = 115+82+8=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #735208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735208 is #8CADF7. Grayscale: #535353. Windows color (decimal): -9219576 or 545395. OLE color: 545395.

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

Color convert

RGB115828-
CMYK00.290.930.55
HSL41.5º86.99%24.12%-
HSV(B)41.5º93.04%45.1%-
XYZ10.139.71.57-
YUV83.4385.43150.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=56.10%
G=40%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11582800.290.930.5541.586.9924.12
Hex7352801D5D37295718
Octal16312210035135675112730
Binary1110011101001010000111011011101110111101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735208; }

 p { color: rgb(115,82,8); }

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

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

 a { background-color: rgb(115,82,8); }

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

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

 span { border-color: rgb(115,82,8); }

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