Html Css Color HEX #72480E Raw Umber

📋 copy color: '#72480E'

red 114 ◦ green 72 ◦ blue 14

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

Shades of Raw Umber #72480E

Tints of Raw Umber #72480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 57%
G = 36%
B = 7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72480E (or 0x72480E) is known color: Raw Umber. HEX triplet: 72, 48 and 0E. RGB value is (114,72,14). Sum of RGB (Red+Green+Blue) = 114+72+14=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72480E is #8DB7F1. Grayscale: #4E4E4E. Windows color (decimal): -9287666 or 936050. OLE color: 936050.

HSL color Cylindrical-coordinate representation of color #72480E: hue angle of 34.8º 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 #72480E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 14 -
CMYK 0 0.37 0.88 0.55
HSL 34.8º 0.78% 0.25% -
HSV(B) 34.8º 0.88% 0.45% -
XYZ 9.34 8.24 1.51 -
YUV 77.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 114 72 14 0 0.37 0.88 0.55 34.8 0.78 0.25
Hex 72 48 E 0 25 58 37 23 4E 19
Octal 162 110 16 0 45 130 67 43 116 31
Binary 1110010 1001000 1110 0 100101 1011000 110111 100011 1001110 11001

Color Harmonies of #72480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72480E

Black with #72480E

Text Example


Text Example

White with #72480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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