Html Css Color HEX #725008 Raw Umber

📋 copy color: '#725008'

red 114 ◦ green 80 ◦ blue 8

#725008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #725008

Tints of Raw Umber #725008

RGB

 RED value IS 114 (44.92% from 255) = 56.44%

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 8 (3.52% from 255) = 3.96%

R = 56.44%
G = 39.6%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#725008 (or 0x725008) is known color: 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

RGB 114 80 8 -
CMYK 0 0.30 0.93 0.55
HSL 40.75º 0.87% 0.24% -
HSV(B) 40.75º 0.93% 0.45% -
XYZ 9.85 9.33 1.51 -
YUV 81.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 114 80 8 0 0.30 0.93 0.55 40.75 0.87 0.24
Hex 72 50 8 0 1E 5D 37 29 57 18
Octal 162 120 10 0 36 135 67 51 127 30
Binary 1110010 1010000 1000 0 11110 1011101 110111 101001 1010111 11000

Color Harmonies of #725008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725008

Black with #725008

Text Example


Text Example

White with #725008

Text Example


Text Example

HTML Codes & Css Web 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>