Html Css Color HEX #72560C Raw Umber

📋 copy color: '#72560C'

red 114 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #72560C

Tints of Raw Umber #72560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

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

R = 53.77%
G = 40.57%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72560C (or 0x72560C) is known color: Raw Umber. HEX triplet: 72, 56 and 0C. RGB value is (114,86,12). Sum of RGB (Red+Green+Blue) = 114+86+12=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72560C is #8DA9F3. Grayscale: #565656. Windows color (decimal): -9284084 or 808562. OLE color: 808562.

HSL color Cylindrical-coordinate representation of color #72560C: hue angle of 43.53º 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 #72560C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 12 -
CMYK 0 0.25 0.89 0.55
HSL 43.53º 0.81% 0.25% -
HSV(B) 43.53º 0.89% 0.45% -
XYZ 10.33 10.26 1.78 -
YUV 85.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 114 86 12 0 0.25 0.89 0.55 43.53 0.81 0.25
Hex 72 56 C 0 19 59 37 2C 51 19
Octal 162 126 14 0 31 131 67 54 121 31
Binary 1110010 1010110 1100 0 11001 1011001 110111 101100 1010001 11001

Color Harmonies of #72560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72560C

Black with #72560C

Text Example


Text Example

White with #72560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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