Html Css Color HEX #724B0B Raw Umber

📋 copy color: '#724B0B'

red 114 ◦ green 75 ◦ blue 11

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

Shades of Raw Umber #724B0B

Tints of Raw Umber #724B0B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

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

R = 57%
G = 37.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#724B0B (or 0x724B0B) is known color: Raw Umber. HEX triplet: 72, 4B and 0B. RGB value is (114,75,11). Sum of RGB (Red+Green+Blue) = 114+75+11=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #724B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B0B is #8DB4F4. Grayscale: #4F4F4F. Windows color (decimal): -9286901 or 740210. OLE color: 740210.

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

Color convert

RGB 114 75 11 -
CMYK 0 0.34 0.90 0.55
HSL 37.28º 0.82% 0.25% -
HSV(B) 37.28º 0.9% 0.45% -
XYZ 9.52 8.63 1.48 -
YUV 79.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 114 75 11 0 0.34 0.90 0.55 37.28 0.82 0.25
Hex 72 4B B 0 22 5A 37 25 52 19
Octal 162 113 13 0 42 132 67 45 122 31
Binary 1110010 1001011 1011 0 100010 1011010 110111 100101 1010010 11001

Color Harmonies of #724B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B0B

Black with #724B0B

Text Example


Text Example

White with #724B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724B0B; }

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

 H1.HeaderClassName
 {
   color: #724B0B;
 }
 .AnyTagClassName
 {
   color: #724B0B;
 }
</style>

background-color css

<style>
 a { background-color: #724B0B; }

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

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

border-color css

<style>
 span { border-color: #724B0B; }

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

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