Html Css Color HEX #703805 Raw Umber

📋 copy color: '#703805'

red 112 ◦ green 56 ◦ blue 5

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

Shades of Raw Umber #703805

Tints of Raw Umber #703805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 64.74%
G = 32.37%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703805 (or 0x703805) is known color: Raw Umber. HEX triplet: 70, 38 and 05. RGB value is (112,56,5). Sum of RGB (Red+Green+Blue) = 112+56+5=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703805 is #8FC7FA. Grayscale: #434343. Windows color (decimal): -9422843 or 342128. OLE color: 342128.

HSL color Cylindrical-coordinate representation of color #703805: hue angle of 28.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #703805 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 5 -
CMYK 0 0.50 0.96 0.56
HSL 28.6º 0.91% 0.23% -
HSV(B) 28.6º 0.96% 0.44% -
XYZ 8.12 6.28 0.93 -
YUV 66.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 112 56 5 0 0.50 0.96 0.56 28.6 0.91 0.23
Hex 70 38 5 0 32 60 38 1D 5B 17
Octal 160 70 5 0 62 140 70 35 133 27
Binary 1110000 111000 101 0 110010 1100000 111000 11101 1011011 10111

Color Harmonies of #703805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703805

Black with #703805

Text Example


Text Example

White with #703805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703805; }

 p { color: rgb(112,56,5); }

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

background-color css

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

 a { background-color: rgb(112,56,5); }

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

border-color css

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

 span { border-color: rgb(112,56,5); }

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