Html Css Color HEX #724901 Raw Umber

📋 copy color: '#724901'

red 114 ◦ green 73 ◦ blue 1

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

Shades of Raw Umber #724901

Tints of Raw Umber #724901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 60.64%
G = 38.83%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#724901 (or 0x724901) is known color: Raw Umber. HEX triplet: 72, 49 and 01. RGB value is (114,73,1). Sum of RGB (Red+Green+Blue) = 114+73+1=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #724901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724901 is #8DB6FE. Grayscale: #4D4D4D. Windows color (decimal): -9287423 or 84338. OLE color: 84338.

HSL color Cylindrical-coordinate representation of color #724901: hue angle of 38.23º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #724901 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 1 -
CMYK 0 0.36 0.99 0.55
HSL 38.23º 0.98% 0.23% -
HSV(B) 38.23º 0.99% 0.45% -
XYZ 9.33 8.34 1.15 -
YUV 77.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 114 73 1 0 0.36 0.99 0.55 38.23 0.98 0.23
Hex 72 49 1 0 24 63 37 26 62 17
Octal 162 111 1 0 44 143 67 46 142 27
Binary 1110010 1001001 1 0 100100 1100011 110111 100110 1100010 10111

Color Harmonies of #724901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724901

Black with #724901

Text Example


Text Example

White with #724901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724901; }

 p { color: rgb(114,73,1); }

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

background-color css

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

 a { background-color: rgb(114,73,1); }

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

border-color css

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

 span { border-color: rgb(114,73,1); }

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