Html Css Color HEX #72540E Raw Umber

📋 copy color: '#72540E'

red 114 ◦ green 84 ◦ blue 14

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

Shades of Raw Umber #72540E

Tints of Raw Umber #72540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

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

R = 53.77%
G = 39.62%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72540E (or 0x72540E) is known color: Raw Umber. HEX triplet: 72, 54 and 0E. RGB value is (114,84,14). Sum of RGB (Red+Green+Blue) = 114+84+14=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72540E is #8DABF1. Grayscale: #555555. Windows color (decimal): -9284594 or 939122. OLE color: 939122.

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

Color convert

RGB 114 84 14 -
CMYK 0 0.26 0.88 0.55
HSL 42º 0.78% 0.25% -
HSV(B) 42º 0.88% 0.45% -
XYZ 10.19 9.95 1.8 -
YUV 84.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 114 84 14 0 0.26 0.88 0.55 42 0.78 0.25
Hex 72 54 E 0 1A 58 37 2A 4E 19
Octal 162 124 16 0 32 130 67 52 116 31
Binary 1110010 1010100 1110 0 11010 1011000 110111 101010 1001110 11001

Color Harmonies of #72540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72540E

Black with #72540E

Text Example


Text Example

White with #72540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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