Html Css Color HEX #724D0C Raw Umber

📋 copy color: '#724D0C'

red 114 ◦ green 77 ◦ blue 12

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

Shades of Raw Umber #724D0C

Tints of Raw Umber #724D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 56.16%
G = 37.93%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#724D0C (or 0x724D0C) is known color: Raw Umber. HEX triplet: 72, 4D and 0C. RGB value is (114,77,12). Sum of RGB (Red+Green+Blue) = 114+77+12=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #724D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D0C is #8DB2F3. Grayscale: #505050. Windows color (decimal): -9286388 or 806258. OLE color: 806258.

HSL color Cylindrical-coordinate representation of color #724D0C: hue angle of 38.24º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #724D0C is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 77 12 -
CMYK 0 0.32 0.89 0.55
HSL 38.24º 0.81% 0.25% -
HSV(B) 38.24º 0.89% 0.45% -
XYZ 9.66 8.91 1.56 -
YUV 80.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 114 77 12 0 0.32 0.89 0.55 38.24 0.81 0.25
Hex 72 4D C 0 20 59 37 26 51 19
Octal 162 115 14 0 40 131 67 46 121 31
Binary 1110010 1001101 1100 0 100000 1011001 110111 100110 1010001 11001

Color Harmonies of #724D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D0C

Black with #724D0C

Text Example


Text Example

White with #724D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,77,12); }

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

background-color css

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

 a { background-color: rgb(114,77,12); }

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

border-color css

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

 span { border-color: rgb(114,77,12); }

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