Html Css Color HEX #705603 Raw Umber

📋 copy color: '#705603'

red 112 ◦ green 86 ◦ blue 3

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

Shades of Raw Umber #705603

Tints of Raw Umber #705603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 55.72%
G = 42.79%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705603 (or 0x705603) is known color: Raw Umber. HEX triplet: 70, 56 and 03. RGB value is (112,86,3). Sum of RGB (Red+Green+Blue) = 112+86+3=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705603 is #8FA9FC. Grayscale: #545454. Windows color (decimal): -9415165 or 218736. OLE color: 218736.

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

Color convert

RGB 112 86 3 -
CMYK 0 0.23 0.97 0.56
HSL 45.69º 0.95% 0.23% -
HSV(B) 45.69º 0.97% 0.44% -
XYZ 10.03 10.11 1.51 -
YUV 84.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 112 86 3 0 0.23 0.97 0.56 45.69 0.95 0.23
Hex 70 56 3 0 17 61 38 2E 5F 17
Octal 160 126 3 0 27 141 70 56 137 27
Binary 1110000 1010110 11 0 10111 1100001 111000 101110 1011111 10111

Color Harmonies of #705603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705603

Black with #705603

Text Example


Text Example

White with #705603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705603; }

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

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

background-color css

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

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

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

border-color css

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

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

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