#735008

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

Shades of Raw Umber #735008

Tints of Raw Umber #735008

Color information

#735008 (or 0x735008) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 08. RGB value is (115,80,8). Sum of RGB (Red+Green+Blue) = 115+80+8=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #735008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735008 is #8CAFF7. Grayscale: #525252. Windows color (decimal): -9220088 or 544883. OLE color: 544883.

HSL color Cylindrical-coordinate representation of color #735008: hue angle of 40.37º 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 #735008 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115808-
CMYK00.300.930.55
HSL40.37º86.99%24.12%-
HSV(B)40.37º93.04%45.1%-
XYZ9.989.41.52-
YUV82.2686.1151.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=56.65%
G=39.41%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11580800.300.930.5540.3786.9924.12
Hex7350801E5D37285718
Octal16312010036135675012730
Binary1110011101000010000111101011101110111101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735008; }

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

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

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

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

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

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

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

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