Html Css Color HEX #704203 Raw Umber

📋 copy color: '#704203'

red 112 ◦ green 66 ◦ blue 3

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

Shades of Raw Umber #704203

Tints of Raw Umber #704203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.66%

R = 61.88%
G = 36.46%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#704203 (or 0x704203) is known color: Raw Umber. HEX triplet: 70, 42 and 03. RGB value is (112,66,3). Sum of RGB (Red+Green+Blue) = 112+66+3=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #704203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704203 is #8FBDFC. Grayscale: #484848. Windows color (decimal): -9420285 or 213616. OLE color: 213616.

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

Color convert

RGB 112 66 3 -
CMYK 0 0.41 0.97 0.56
HSL 34.68º 0.95% 0.23% -
HSV(B) 34.68º 0.97% 0.44% -
XYZ 8.65 7.35 1.05 -
YUV 72.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 112 66 3 0 0.41 0.97 0.56 34.68 0.95 0.23
Hex 70 42 3 0 29 61 38 23 5F 17
Octal 160 102 3 0 51 141 70 43 137 27
Binary 1110000 1000010 11 0 101001 1100001 111000 100011 1011111 10111

Color Harmonies of #704203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704203

Black with #704203

Text Example


Text Example

White with #704203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704203; }

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

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

background-color css

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

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

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

border-color css

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

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

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