Html Css Color HEX #724A12 Raw Umber

📋 copy color: '#724A12'

red 114 ◦ green 74 ◦ blue 18

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

Shades of Raw Umber #724A12

Tints of Raw Umber #724A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

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

R = 55.34%
G = 35.92%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#724A12 (or 0x724A12) is known color: Raw Umber. HEX triplet: 72, 4A and 12. RGB value is (114,74,18). Sum of RGB (Red+Green+Blue) = 114+74+18=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #724A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A12 is #8DB5ED. Grayscale: #4F4F4F. Windows color (decimal): -9287150 or 1198706. OLE color: 1198706.

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

Color convert

RGB 114 74 18 -
CMYK 0 0.35 0.84 0.55
HSL 35º 0.73% 0.26% -
HSV(B) 35º 0.84% 0.45% -
XYZ 9.5 8.52 1.72 -
YUV 79.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 114 74 18 0 0.35 0.84 0.55 35 0.73 0.26
Hex 72 4A 12 0 23 54 37 23 49 1A
Octal 162 112 22 0 43 124 67 43 111 32
Binary 1110010 1001010 10010 0 100011 1010100 110111 100011 1001001 11010

Color Harmonies of #724A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A12

Black with #724A12

Text Example


Text Example

White with #724A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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