#735004

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

Shades of Raw Umber #735004

Tints of Raw Umber #735004

Color information

#735004 (or 0x735004) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 04. RGB value is (115,80,4). Sum of RGB (Red+Green+Blue) = 115+80+4=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #735004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735004 is #8CAFFB. Grayscale: #525252. Windows color (decimal): -9220092 or 282739. OLE color: 282739.

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

Color convert

RGB115804-
CMYK00.300.970.55
HSL41.08º93.28%23.33%-
HSV(B)41.08º96.52%45.1%-
XYZ9.969.391.4-
YUV81.884.1151.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=57.79%
G=40.20%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11580400.300.970.5541.0893.2823.33
Hex7350401E6137295d17
Octal1631204036141675113527
Binary111001110100001000111101100001110111101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735004; }

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

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

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

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

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

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

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

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