Html Css Color HEX #705803 Raw Umber

📋 copy color: '#705803'

red 112 ◦ green 88 ◦ blue 3

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

Shades of Raw Umber #705803

Tints of Raw Umber #705803

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.35%

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

R = 55.17%
G = 43.35%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705803 (or 0x705803) is known color: Raw Umber. HEX triplet: 70, 58 and 03. RGB value is (112,88,3). Sum of RGB (Red+Green+Blue) = 112+88+3=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705803 is #8FA7FC. Grayscale: #555555. Windows color (decimal): -9414653 or 219248. OLE color: 219248.

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

Color convert

RGB 112 88 3 -
CMYK 0 0.21 0.97 0.56
HSL 46.79º 0.95% 0.23% -
HSV(B) 46.79º 0.97% 0.44% -
XYZ 10.19 10.43 1.56 -
YUV 85.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 112 88 3 0 0.21 0.97 0.56 46.79 0.95 0.23
Hex 70 58 3 0 15 61 38 2F 5F 17
Octal 160 130 3 0 25 141 70 57 137 27
Binary 1110000 1011000 11 0 10101 1100001 111000 101111 1011111 10111

Color Harmonies of #705803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705803

Black with #705803

Text Example


Text Example

White with #705803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705803; }

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

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

background-color css

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

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

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

border-color css

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

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

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