Html Css Color HEX #703816 Peru Tan

📋 copy color: '#703816'

red 112 ◦ green 56 ◦ blue 22

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

Shades of Peru Tan #703816

Tints of Peru Tan #703816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 58.95%
G = 29.47%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#703816 (or 0x703816) is known color: Peru Tan. HEX triplet: 70, 38 and 16. RGB value is (112,56,22). Sum of RGB (Red+Green+Blue) = 112+56+22=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703816 is #8FC7E9. Grayscale: #454545. Windows color (decimal): -9422826 or 1456240. OLE color: 1456240.

HSL color Cylindrical-coordinate representation of color #703816: hue angle of 22.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #703816 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 22 -
CMYK 0 0.50 0.80 0.56
HSL 22.67º 0.67% 0.26% -
HSV(B) 22.67º 0.8% 0.44% -
XYZ 8.24 6.33 1.55 -
YUV 68.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 112 56 22 0 0.50 0.80 0.56 22.67 0.67 0.26
Hex 70 38 16 0 32 50 38 17 43 1A
Octal 160 70 26 0 62 120 70 27 103 32
Binary 1110000 111000 10110 0 110010 1010000 111000 10111 1000011 11010

Color Harmonies of #703816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703816

Black with #703816

Text Example


Text Example

White with #703816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703816; }

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

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

background-color css

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

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

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

border-color css

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

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

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