Html Css Color HEX #704403 Raw Umber

📋 copy color: '#704403'

red 112 ◦ green 68 ◦ blue 3

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

Shades of Raw Umber #704403

Tints of Raw Umber #704403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

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

R = 61.2%
G = 37.16%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#704403 (or 0x704403) is known color: Raw Umber. HEX triplet: 70, 44 and 03. RGB value is (112,68,3). Sum of RGB (Red+Green+Blue) = 112+68+3=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704403 is #8FBBFC. Grayscale: #4A4A4A. Windows color (decimal): -9419773 or 214128. OLE color: 214128.

HSL color Cylindrical-coordinate representation of color #704403: hue angle of 35.78º 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 #704403 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 3 -
CMYK 0 0.39 0.97 0.56
HSL 35.78º 0.95% 0.23% -
HSV(B) 35.78º 0.97% 0.44% -
XYZ 8.77 7.59 1.09 -
YUV 73.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 112 68 3 0 0.39 0.97 0.56 35.78 0.95 0.23
Hex 70 44 3 0 27 61 38 24 5F 17
Octal 160 104 3 0 47 141 70 44 137 27
Binary 1110000 1000100 11 0 100111 1100001 111000 100100 1011111 10111

Color Harmonies of #704403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704403

Black with #704403

Text Example


Text Example

White with #704403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704403; }

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

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

background-color css

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

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

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

border-color css

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

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

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