Html Css Color HEX #725D06 Raw Umber

📋 copy color: '#725D06'

red 114 ◦ green 93 ◦ blue 6

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

Shades of Raw Umber #725D06

Tints of Raw Umber #725D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 53.52%
G = 43.66%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#725D06 (or 0x725D06) is known color: Raw Umber. HEX triplet: 72, 5D and 06. RGB value is (114,93,6). Sum of RGB (Red+Green+Blue) = 114+93+6=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D06 is #8DA2F9. Grayscale: #595959. Windows color (decimal): -9282298 or 417138. OLE color: 417138.

HSL color Cylindrical-coordinate representation of color #725D06: hue angle of 48.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #725D06 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 93 6 -
CMYK 0 0.18 0.95 0.55
HSL 48.33º 0.9% 0.24% -
HSV(B) 48.33º 0.95% 0.45% -
XYZ 10.89 11.42 1.8 -
YUV 89.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 114 93 6 0 0.18 0.95 0.55 48.33 0.9 0.24
Hex 72 5D 6 0 12 5F 37 30 5A 18
Octal 162 135 6 0 22 137 67 60 132 30
Binary 1110010 1011101 110 0 10010 1011111 110111 110000 1011010 11000

Color Harmonies of #725D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D06

Black with #725D06

Text Example


Text Example

White with #725D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D06; }

 p { color: rgb(114,93,6); }

 H1.HeaderClassName
 {
   color: #725D06;
 }
 .AnyTagClassName
 {
   color: #725D06;
 }
</style>

background-color css

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

 a { background-color: rgb(114,93,6); }

 div.DivClassName
 {
   background-color: #725D06;
 }
 .BgClassName
 {
   background-color: #725D06;
 }
</style>

border-color css

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

 span { border-color: rgb(114,93,6); }

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