Html Css Color HEX #72400D Raw Umber

📋 copy color: '#72400D'

red 114 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #72400D

Tints of Raw Umber #72400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

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

R = 59.69%
G = 33.51%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72400D (or 0x72400D) is known color: Raw Umber. HEX triplet: 72, 40 and 0D. RGB value is (114,64,13). Sum of RGB (Red+Green+Blue) = 114+64+13=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72400D is #8DBFF2. Grayscale: #494949. Windows color (decimal): -9289715 or 868466. OLE color: 868466.

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

Color convert

RGB 114 64 13 -
CMYK 0 0.44 0.89 0.55
HSL 30.3º 0.8% 0.25% -
HSV(B) 30.3º 0.89% 0.45% -
XYZ 8.85 7.27 1.32 -
YUV 73.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 114 64 13 0 0.44 0.89 0.55 30.3 0.8 0.25
Hex 72 40 D 0 2C 59 37 1E 50 19
Octal 162 100 15 0 54 131 67 36 120 31
Binary 1110010 1000000 1101 0 101100 1011001 110111 11110 1010000 11001

Color Harmonies of #72400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72400D

Black with #72400D

Text Example


Text Example

White with #72400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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