Html Css Color HEX #724202 Raw Umber

📋 copy color: '#724202'

red 114 ◦ green 66 ◦ blue 2

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

Shades of Raw Umber #724202

Tints of Raw Umber #724202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 62.64%
G = 36.26%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#724202 (or 0x724202) is known color: Raw Umber. HEX triplet: 72, 42 and 02. RGB value is (114,66,2). Sum of RGB (Red+Green+Blue) = 114+66+2=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #724202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724202 is #8DBDFD. Grayscale: #494949. Windows color (decimal): -9289214 or 148082. OLE color: 148082.

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

Color convert

RGB 114 66 2 -
CMYK 0 0.42 0.98 0.55
HSL 34.29º 0.97% 0.23% -
HSV(B) 34.29º 0.98% 0.45% -
XYZ 8.9 7.48 1.03 -
YUV 73.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 114 66 2 0 0.42 0.98 0.55 34.29 0.97 0.23
Hex 72 42 2 0 2A 62 37 22 61 17
Octal 162 102 2 0 52 142 67 42 141 27
Binary 1110010 1000010 10 0 101010 1100010 110111 100010 1100001 10111

Color Harmonies of #724202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724202

Black with #724202

Text Example


Text Example

White with #724202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724202; }

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

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

background-color css

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

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

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

border-color css

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

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

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