Html Css Color HEX #72420D Raw Umber

📋 copy color: '#72420D'

red 114 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #72420D

Tints of Raw Umber #72420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 59.07%
G = 34.2%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72420D (or 0x72420D) is known color: Raw Umber. HEX triplet: 72, 42 and 0D. RGB value is (114,66,13). Sum of RGB (Red+Green+Blue) = 114+66+13=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72420D is #8DBDF2. Grayscale: #4A4A4A. Windows color (decimal): -9289203 or 868978. OLE color: 868978.

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

Color convert

RGB 114 66 13 -
CMYK 0 0.42 0.89 0.55
HSL 31.49º 0.8% 0.25% -
HSV(B) 31.49º 0.89% 0.45% -
XYZ 8.96 7.5 1.36 -
YUV 74.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 114 66 13 0 0.42 0.89 0.55 31.49 0.8 0.25
Hex 72 42 D 0 2A 59 37 1F 50 19
Octal 162 102 15 0 52 131 67 37 120 31
Binary 1110010 1000010 1101 0 101010 1011001 110111 11111 1010000 11001

Color Harmonies of #72420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72420D

Black with #72420D

Text Example


Text Example

White with #72420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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