Html Css Color HEX #703505 Raw Umber

📋 copy color: '#703505'

red 112 ◦ green 53 ◦ blue 5

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

Shades of Raw Umber #703505

Tints of Raw Umber #703505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

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

R = 65.88%
G = 31.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703505 (or 0x703505) is known color: Raw Umber. HEX triplet: 70, 35 and 05. RGB value is (112,53,5). Sum of RGB (Red+Green+Blue) = 112+53+5=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703505 is #8FCAFA. Grayscale: #414141. Windows color (decimal): -9423611 or 341360. OLE color: 341360.

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

Color convert

RGB 112 53 5 -
CMYK 0 0.53 0.96 0.56
HSL 26.92º 0.91% 0.23% -
HSV(B) 26.92º 0.96% 0.44% -
XYZ 7.98 6 0.88 -
YUV 65.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 112 53 5 0 0.53 0.96 0.56 26.92 0.91 0.23
Hex 70 35 5 0 35 60 38 1B 5B 17
Octal 160 65 5 0 65 140 70 33 133 27
Binary 1110000 110101 101 0 110101 1100000 111000 11011 1011011 10111

Color Harmonies of #703505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703505

Black with #703505

Text Example


Text Example

White with #703505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703505; }

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

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

background-color css

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

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

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

border-color css

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

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

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