Html Css Color HEX #72440B Raw Umber

📋 copy color: '#72440B'

red 114 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #72440B

Tints of Raw Umber #72440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 59.07%
G = 35.23%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72440B (or 0x72440B) is known color: Raw Umber. HEX triplet: 72, 44 and 0B. RGB value is (114,68,11). Sum of RGB (Red+Green+Blue) = 114+68+11=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440B is #8DBBF4. Grayscale: #4B4B4B. Windows color (decimal): -9288693 or 738418. OLE color: 738418.

HSL color Cylindrical-coordinate representation of color #72440B: hue angle of 33.2º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72440B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 11 -
CMYK 0 0.40 0.90 0.55
HSL 33.2º 0.82% 0.25% -
HSV(B) 33.2º 0.9% 0.45% -
XYZ 9.07 7.74 1.33 -
YUV 75.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 114 68 11 0 0.40 0.90 0.55 33.2 0.82 0.25
Hex 72 44 B 0 28 5A 37 21 52 19
Octal 162 104 13 0 50 132 67 41 122 31
Binary 1110010 1000100 1011 0 101000 1011010 110111 100001 1010010 11001

Color Harmonies of #72440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72440B

Black with #72440B

Text Example


Text Example

White with #72440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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