Html Css Color HEX #705703 Raw Umber

📋 copy color: '#705703'

red 112 ◦ green 87 ◦ blue 3

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

Shades of Raw Umber #705703

Tints of Raw Umber #705703

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

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

R = 55.45%
G = 43.07%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705703 (or 0x705703) is known color: Raw Umber. HEX triplet: 70, 57 and 03. RGB value is (112,87,3). Sum of RGB (Red+Green+Blue) = 112+87+3=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705703 is #8FA8FC. Grayscale: #555555. Windows color (decimal): -9414909 or 218992. OLE color: 218992.

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

Color convert

RGB 112 87 3 -
CMYK 0 0.22 0.97 0.56
HSL 46.24º 0.95% 0.23% -
HSV(B) 46.24º 0.97% 0.44% -
XYZ 10.11 10.27 1.54 -
YUV 84.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 112 87 3 0 0.22 0.97 0.56 46.24 0.95 0.23
Hex 70 57 3 0 16 61 38 2E 5F 17
Octal 160 127 3 0 26 141 70 56 137 27
Binary 1110000 1010111 11 0 10110 1100001 111000 101110 1011111 10111

Color Harmonies of #705703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705703

Black with #705703

Text Example


Text Example

White with #705703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705703; }

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

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

background-color css

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

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

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

border-color css

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

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

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