Html Css Color HEX #72440C Raw Umber

📋 copy color: '#72440C'

red 114 ◦ green 68 ◦ blue 12

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

Shades of Raw Umber #72440C

Tints of Raw Umber #72440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 58.76%
G = 35.05%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72440C (or 0x72440C) is known color: Raw Umber. HEX triplet: 72, 44 and 0C. RGB value is (114,68,12). Sum of RGB (Red+Green+Blue) = 114+68+12=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440C is #8DBBF3. Grayscale: #4B4B4B. Windows color (decimal): -9288692 or 803954. OLE color: 803954.

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

Color convert

RGB 114 68 12 -
CMYK 0 0.40 0.89 0.55
HSL 32.94º 0.81% 0.25% -
HSV(B) 32.94º 0.89% 0.45% -
XYZ 9.07 7.74 1.36 -
YUV 75.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 114 68 12 0 0.40 0.89 0.55 32.94 0.81 0.25
Hex 72 44 C 0 28 59 37 21 51 19
Octal 162 104 14 0 50 131 67 41 121 31
Binary 1110010 1000100 1100 0 101000 1011001 110111 100001 1010001 11001

Color Harmonies of #72440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72440C

Black with #72440C

Text Example


Text Example

White with #72440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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