#725008

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

Shades of Raw Umber #725008

Tints of Raw Umber #725008

Color information

#725008 (or 0x725008) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 08. RGB value is (114,80,8). Sum of RGB (Red+Green+Blue) = 114+80+8=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #725008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725008 is #8DAFF7. Grayscale: #525252. Windows color (decimal): -9285624 or 544882. OLE color: 544882.

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

Color convert

RGB114808-
CMYK00.300.930.55
HSL40.75º86.89%23.92%-
HSV(B)40.75º92.98%44.71%-
XYZ9.859.331.51-
YUV81.9686.26150.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=56.44%
G=39.60%
B=3.96%

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
Decimal11480800.300.930.5540.7586.8923.92
Hex7250801E5D37295718
Octal16212010036135675112730
Binary1110010101000010000111101011101110111101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725008; }

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

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

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

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

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

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

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

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