Html Css Color HEX #704202 Raw Umber

📋 copy color: '#704202'

red 112 ◦ green 66 ◦ blue 2

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

Shades of Raw Umber #704202

Tints of Raw Umber #704202

RGB

 RED value IS 112 (44.14% from 255) = 62.22%

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

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

R = 62.22%
G = 36.67%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704202 (or 0x704202) is known color: Raw Umber. HEX triplet: 70, 42 and 02. RGB value is (112,66,2). Sum of RGB (Red+Green+Blue) = 112+66+2=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #704202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704202 is #8FBDFD. Grayscale: #484848. Windows color (decimal): -9420286 or 148080. OLE color: 148080.

HSL color Cylindrical-coordinate representation of color #704202: hue angle of 34.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #704202 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 2 -
CMYK 0 0.41 0.98 0.56
HSL 34.91º 0.96% 0.22% -
HSV(B) 34.91º 0.98% 0.44% -
XYZ 8.64 7.35 1.02 -
YUV 72.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 112 66 2 0 0.41 0.98 0.56 34.91 0.96 0.22
Hex 70 42 2 0 29 62 38 23 60 16
Octal 160 102 2 0 51 142 70 43 140 26
Binary 1110000 1000010 10 0 101001 1100010 111000 100011 1100000 10110

Color Harmonies of #704202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704202

Black with #704202

Text Example


Text Example

White with #704202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704202; }

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

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

background-color css

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

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

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

border-color css

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

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

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