Html Css Color HEX #724B0E Raw Umber

📋 copy color: '#724B0E'

red 114 ◦ green 75 ◦ blue 14

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

Shades of Raw Umber #724B0E

Tints of Raw Umber #724B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 56.16%
G = 36.95%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#724B0E (or 0x724B0E) is known color: Raw Umber. HEX triplet: 72, 4B and 0E. RGB value is (114,75,14). Sum of RGB (Red+Green+Blue) = 114+75+14=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #724B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B0E is #8DB4F1. Grayscale: #4F4F4F. Windows color (decimal): -9286898 or 936818. OLE color: 936818.

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

Color convert

RGB 114 75 14 -
CMYK 0 0.34 0.88 0.55
HSL 36.6º 0.78% 0.25% -
HSV(B) 36.6º 0.88% 0.45% -
XYZ 9.53 8.64 1.58 -
YUV 79.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 114 75 14 0 0.34 0.88 0.55 36.6 0.78 0.25
Hex 72 4B E 0 22 58 37 25 4E 19
Octal 162 113 16 0 42 130 67 45 116 31
Binary 1110010 1001011 1110 0 100010 1011000 110111 100101 1001110 11001

Color Harmonies of #724B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B0E

Black with #724B0E

Text Example


Text Example

White with #724B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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