Html Css Color HEX #72540C Raw Umber

📋 copy color: '#72540C'

red 114 ◦ green 84 ◦ blue 12

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

Shades of Raw Umber #72540C

Tints of Raw Umber #72540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 54.29%
G = 40%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72540C (or 0x72540C) is known color: Raw Umber. HEX triplet: 72, 54 and 0C. RGB value is (114,84,12). Sum of RGB (Red+Green+Blue) = 114+84+12=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72540C is #8DABF3. Grayscale: #555555. Windows color (decimal): -9284596 or 808050. OLE color: 808050.

HSL color Cylindrical-coordinate representation of color #72540C: hue angle of 42.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72540C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 84 12 -
CMYK 0 0.26 0.89 0.55
HSL 42.35º 0.81% 0.25% -
HSV(B) 42.35º 0.89% 0.45% -
XYZ 10.18 9.94 1.73 -
YUV 84.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 114 84 12 0 0.26 0.89 0.55 42.35 0.81 0.25
Hex 72 54 C 0 1A 59 37 2A 51 19
Octal 162 124 14 0 32 131 67 52 121 31
Binary 1110010 1010100 1100 0 11010 1011001 110111 101010 1010001 11001

Color Harmonies of #72540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72540C

Black with #72540C

Text Example


Text Example

White with #72540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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