Html Css Color HEX #72460E Raw Umber

📋 copy color: '#72460E'

red 114 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #72460E

Tints of Raw Umber #72460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 57.58%
G = 35.35%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72460E (or 0x72460E) is known color: Raw Umber. HEX triplet: 72, 46 and 0E. RGB value is (114,70,14). Sum of RGB (Red+Green+Blue) = 114+70+14=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72460E is #8DB9F1. Grayscale: #4D4D4D. Windows color (decimal): -9288178 or 935538. OLE color: 935538.

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

Color convert

RGB 114 70 14 -
CMYK 0 0.39 0.88 0.55
HSL 33.6º 0.78% 0.25% -
HSV(B) 33.6º 0.88% 0.45% -
XYZ 9.21 7.99 1.47 -
YUV 76.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 114 70 14 0 0.39 0.88 0.55 33.6 0.78 0.25
Hex 72 46 E 0 27 58 37 22 4E 19
Octal 162 106 16 0 47 130 67 42 116 31
Binary 1110010 1000110 1110 0 100111 1011000 110111 100010 1001110 11001

Color Harmonies of #72460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72460E

Black with #72460E

Text Example


Text Example

White with #72460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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