Html Css Color HEX #72580E Raw Umber

📋 copy color: '#72580E'

red 114 ◦ green 88 ◦ blue 14

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

Shades of Raw Umber #72580E

Tints of Raw Umber #72580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.74%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 52.78%
G = 40.74%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72580E (or 0x72580E) is known color: Raw Umber. HEX triplet: 72, 58 and 0E. RGB value is (114,88,14). Sum of RGB (Red+Green+Blue) = 114+88+14=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72580E is #8DA7F1. Grayscale: #575757. Windows color (decimal): -9283570 or 940146. OLE color: 940146.

HSL color Cylindrical-coordinate representation of color #72580E: hue angle of 44.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72580E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 14 -
CMYK 0 0.23 0.88 0.55
HSL 44.4º 0.78% 0.25% -
HSV(B) 44.4º 0.88% 0.45% -
XYZ 10.51 10.59 1.91 -
YUV 87.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 114 88 14 0 0.23 0.88 0.55 44.4 0.78 0.25
Hex 72 58 E 0 17 58 37 2C 4E 19
Octal 162 130 16 0 27 130 67 54 116 31
Binary 1110010 1011000 1110 0 10111 1011000 110111 101100 1001110 11001

Color Harmonies of #72580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72580E

Black with #72580E

Text Example


Text Example

White with #72580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72580E; }

 p { color: rgb(114,88,14); }

 H1.HeaderClassName
 {
   color: #72580E;
 }
 .AnyTagClassName
 {
   color: #72580E;
 }
</style>

background-color css

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

 a { background-color: rgb(114,88,14); }

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

border-color css

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

 span { border-color: rgb(114,88,14); }

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