Html Css Color HEX #724A0C Raw Umber

📋 copy color: '#724A0C'

red 114 ◦ green 74 ◦ blue 12

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

Shades of Raw Umber #724A0C

Tints of Raw Umber #724A0C

RGB

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

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

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

R = 57%
G = 37%
B = 6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#724A0C (or 0x724A0C) is known color: Raw Umber. HEX triplet: 72, 4A and 0C. RGB value is (114,74,12). Sum of RGB (Red+Green+Blue) = 114+74+12=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #724A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A0C is #8DB5F3. Grayscale: #4F4F4F. Windows color (decimal): -9287156 or 805490. OLE color: 805490.

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

Color convert

RGB 114 74 12 -
CMYK 0 0.35 0.89 0.55
HSL 36.47º 0.81% 0.25% -
HSV(B) 36.47º 0.89% 0.45% -
XYZ 9.45 8.5 1.49 -
YUV 78.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 114 74 12 0 0.35 0.89 0.55 36.47 0.81 0.25
Hex 72 4A C 0 23 59 37 24 51 19
Octal 162 112 14 0 43 131 67 44 121 31
Binary 1110010 1001010 1100 0 100011 1011001 110111 100100 1010001 11001

Color Harmonies of #724A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A0C

Black with #724A0C

Text Example


Text Example

White with #724A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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