Html Css Color HEX #705403 Raw Umber

📋 copy color: '#705403'

red 112 ◦ green 84 ◦ blue 3

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

Shades of Raw Umber #705403

Tints of Raw Umber #705403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 56.28%
G = 42.21%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705403 (or 0x705403) is known color: Raw Umber. HEX triplet: 70, 54 and 03. RGB value is (112,84,3). Sum of RGB (Red+Green+Blue) = 112+84+3=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705403 is #8FABFC. Grayscale: #535353. Windows color (decimal): -9415677 or 218224. OLE color: 218224.

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

Color convert

RGB 112 84 3 -
CMYK 0 0.25 0.97 0.56
HSL 44.59º 0.95% 0.23% -
HSV(B) 44.59º 0.97% 0.44% -
XYZ 9.87 9.79 1.46 -
YUV 83.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 112 84 3 0 0.25 0.97 0.56 44.59 0.95 0.23
Hex 70 54 3 0 19 61 38 2D 5F 17
Octal 160 124 3 0 31 141 70 55 137 27
Binary 1110000 1010100 11 0 11001 1100001 111000 101101 1011111 10111

Color Harmonies of #705403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705403

Black with #705403

Text Example


Text Example

White with #705403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705403; }

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

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

background-color css

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

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

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

border-color css

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

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

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