Html Css Color HEX #72440A Raw Umber

📋 copy color: '#72440A'

red 114 ◦ green 68 ◦ blue 10

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

Shades of Raw Umber #72440A

Tints of Raw Umber #72440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 59.38%
G = 35.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72440A (or 0x72440A) is known color: Raw Umber. HEX triplet: 72, 44 and 0A. RGB value is (114,68,10). Sum of RGB (Red+Green+Blue) = 114+68+10=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440A is #8DBBF5. Grayscale: #4B4B4B. Windows color (decimal): -9288694 or 672882. OLE color: 672882.

HSL color Cylindrical-coordinate representation of color #72440A: hue angle of 33.46º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72440A is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 10 -
CMYK 0 0.40 0.91 0.55
HSL 33.46º 0.84% 0.24% -
HSV(B) 33.46º 0.91% 0.45% -
XYZ 9.06 7.73 1.3 -
YUV 75.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 114 68 10 0 0.40 0.91 0.55 33.46 0.84 0.24
Hex 72 44 A 0 28 5B 37 21 54 18
Octal 162 104 12 0 50 133 67 41 124 30
Binary 1110010 1000100 1010 0 101000 1011011 110111 100001 1010100 11000

Color Harmonies of #72440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72440A

Black with #72440A

Text Example


Text Example

White with #72440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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