Html Css Color HEX #724A01 Raw Umber

📋 copy color: '#724A01'

red 114 ◦ green 74 ◦ blue 1

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

Shades of Raw Umber #724A01

Tints of Raw Umber #724A01

RGB

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

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

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

R = 60.32%
G = 39.15%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#724A01 (or 0x724A01) is known color: Raw Umber. HEX triplet: 72, 4A and 01. RGB value is (114,74,1). Sum of RGB (Red+Green+Blue) = 114+74+1=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #724A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A01 is #8DB5FE. Grayscale: #4D4D4D. Windows color (decimal): -9287167 or 84594. OLE color: 84594.

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

Color convert

RGB 114 74 1 -
CMYK 0 0.35 0.99 0.55
HSL 38.76º 0.98% 0.23% -
HSV(B) 38.76º 0.99% 0.45% -
XYZ 9.39 8.48 1.17 -
YUV 77.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 114 74 1 0 0.35 0.99 0.55 38.76 0.98 0.23
Hex 72 4A 1 0 23 63 37 27 62 17
Octal 162 112 1 0 43 143 67 47 142 27
Binary 1110010 1001010 1 0 100011 1100011 110111 100111 1100010 10111

Color Harmonies of #724A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A01

Black with #724A01

Text Example


Text Example

White with #724A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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