#725608

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

Shades of Raw Umber #725608

Tints of Raw Umber #725608

Color information

#725608 (or 0x725608) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 08. RGB value is (114,86,8). Sum of RGB (Red+Green+Blue) = 114+86+8=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #725608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725608 is #8DA9F7. Grayscale: #555555. Windows color (decimal): -9284088 or 546418. OLE color: 546418.

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

Color convert

RGB114868-
CMYK00.250.930.55
HSL44.15º86.89%23.92%-
HSV(B)44.15º92.98%44.71%-
XYZ10.3110.251.66-
YUV85.4884.28148.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=54.81%
G=41.35%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486800.250.930.5544.1586.8923.92
Hex725680195D372c5718
Octal16212610031135675412730
Binary1110010101011010000110011011101110111101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725608; }

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

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

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

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

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

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

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

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