Html Css Color HEX #724201 Raw Umber

📋 copy color: '#724201'

red 114 ◦ green 66 ◦ blue 1

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

Shades of Raw Umber #724201

Tints of Raw Umber #724201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 62.98%
G = 36.46%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#724201 (or 0x724201) is known color: Raw Umber. HEX triplet: 72, 42 and 01. RGB value is (114,66,1). Sum of RGB (Red+Green+Blue) = 114+66+1=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #724201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724201 is #8DBDFE. Grayscale: #494949. Windows color (decimal): -9289215 or 82546. OLE color: 82546.

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

Color convert

RGB 114 66 1 -
CMYK 0 0.42 0.99 0.55
HSL 34.51º 0.98% 0.23% -
HSV(B) 34.51º 0.99% 0.45% -
XYZ 8.89 7.48 1 -
YUV 72.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 114 66 1 0 0.42 0.99 0.55 34.51 0.98 0.23
Hex 72 42 1 0 2A 63 37 23 62 17
Octal 162 102 1 0 52 143 67 43 142 27
Binary 1110010 1000010 1 0 101010 1100011 110111 100011 1100010 10111

Color Harmonies of #724201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724201

Black with #724201

Text Example


Text Example

White with #724201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724201; }

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

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

background-color css

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

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

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

border-color css

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

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

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