Html Css Color HEX #72490B Raw Umber

📋 copy color: '#72490B'

red 114 ◦ green 73 ◦ blue 11

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

Shades of Raw Umber #72490B

Tints of Raw Umber #72490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

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

R = 57.58%
G = 36.87%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72490B (or 0x72490B) is known color: Raw Umber. HEX triplet: 72, 49 and 0B. RGB value is (114,73,11). Sum of RGB (Red+Green+Blue) = 114+73+11=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72490B is #8DB6F4. Grayscale: #4E4E4E. Windows color (decimal): -9287413 or 739698. OLE color: 739698.

HSL color Cylindrical-coordinate representation of color #72490B: hue angle of 36.12º 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 #72490B is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 11 -
CMYK 0 0.36 0.90 0.55
HSL 36.12º 0.82% 0.25% -
HSV(B) 36.12º 0.9% 0.45% -
XYZ 9.38 8.37 1.44 -
YUV 78.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 114 73 11 0 0.36 0.90 0.55 36.12 0.82 0.25
Hex 72 49 B 0 24 5A 37 24 52 19
Octal 162 111 13 0 44 132 67 44 122 31
Binary 1110010 1001001 1011 0 100100 1011010 110111 100100 1010010 11001

Color Harmonies of #72490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72490B

Black with #72490B

Text Example


Text Example

White with #72490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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