Html Css Color HEX #72420E Raw Umber

📋 copy color: '#72420E'

red 114 ◦ green 66 ◦ blue 14

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

Shades of Raw Umber #72420E

Tints of Raw Umber #72420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

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

R = 58.76%
G = 34.02%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72420E (or 0x72420E) is known color: Raw Umber. HEX triplet: 72, 42 and 0E. RGB value is (114,66,14). Sum of RGB (Red+Green+Blue) = 114+66+14=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72420E is #8DBDF1. Grayscale: #4A4A4A. Windows color (decimal): -9289202 or 934514. OLE color: 934514.

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

Color convert

RGB 114 66 14 -
CMYK 0 0.42 0.88 0.55
HSL 31.2º 0.78% 0.25% -
HSV(B) 31.2º 0.88% 0.45% -
XYZ 8.97 7.51 1.39 -
YUV 74.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 114 66 14 0 0.42 0.88 0.55 31.2 0.78 0.25
Hex 72 42 E 0 2A 58 37 1F 4E 19
Octal 162 102 16 0 52 130 67 37 116 31
Binary 1110010 1000010 1110 0 101010 1011000 110111 11111 1001110 11001

Color Harmonies of #72420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72420E

Black with #72420E

Text Example


Text Example

White with #72420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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