Html Css Color HEX #724C12 Raw Umber

📋 copy color: '#724C12'

red 114 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #724C12

Tints of Raw Umber #724C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 54.81%
G = 36.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#724C12 (or 0x724C12) is known color: Raw Umber. HEX triplet: 72, 4C and 12. RGB value is (114,76,18). Sum of RGB (Red+Green+Blue) = 114+76+18=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #724C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724C12 is #8DB3ED. Grayscale: #515151. Windows color (decimal): -9286638 or 1199218. OLE color: 1199218.

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

Color convert

RGB 114 76 18 -
CMYK 0 0.33 0.84 0.55
HSL 36.25º 0.73% 0.26% -
HSV(B) 36.25º 0.84% 0.45% -
XYZ 9.63 8.79 1.76 -
YUV 80.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 114 76 18 0 0.33 0.84 0.55 36.25 0.73 0.26
Hex 72 4C 12 0 21 54 37 24 49 1A
Octal 162 114 22 0 41 124 67 44 111 32
Binary 1110010 1001100 10010 0 100001 1010100 110111 100100 1001001 11010

Color Harmonies of #724C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C12

Black with #724C12

Text Example


Text Example

White with #724C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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