Html Css Color HEX #724B12 Raw Umber

📋 copy color: '#724B12'

red 114 ◦ green 75 ◦ blue 18

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

Shades of Raw Umber #724B12

Tints of Raw Umber #724B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 55.07%
G = 36.23%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#724B12 (or 0x724B12) is known color: Raw Umber. HEX triplet: 72, 4B and 12. RGB value is (114,75,18). Sum of RGB (Red+Green+Blue) = 114+75+18=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #724B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B12 is #8DB4ED. Grayscale: #505050. Windows color (decimal): -9286894 or 1198962. OLE color: 1198962.

HSL color Cylindrical-coordinate representation of color #724B12: hue angle of 35.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #724B12 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 75 18 -
CMYK 0 0.34 0.84 0.55
HSL 35.63º 0.73% 0.26% -
HSV(B) 35.63º 0.84% 0.45% -
XYZ 9.56 8.65 1.74 -
YUV 80.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 114 75 18 0 0.34 0.84 0.55 35.63 0.73 0.26
Hex 72 4B 12 0 22 54 37 24 49 1A
Octal 162 113 22 0 42 124 67 44 111 32
Binary 1110010 1001011 10010 0 100010 1010100 110111 100100 1001001 11010

Color Harmonies of #724B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B12

Black with #724B12

Text Example


Text Example

White with #724B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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