Html Css Color HEX #703210 Peru Tan

📋 copy color: '#703210'

red 112 ◦ green 50 ◦ blue 16

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

Shades of Peru Tan #703210

Tints of Peru Tan #703210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 62.92%
G = 28.09%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#703210 (or 0x703210) is known color: Peru Tan. HEX triplet: 70, 32 and 10. RGB value is (112,50,16). Sum of RGB (Red+Green+Blue) = 112+50+16=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #703210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703210 is #8FCDEF. Grayscale: #404040. Windows color (decimal): -9424368 or 1061488. OLE color: 1061488.

HSL color Cylindrical-coordinate representation of color #703210: hue angle of 21.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #703210 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 16 -
CMYK 0 0.55 0.86 0.56
HSL 21.25º 0.75% 0.25% -
HSV(B) 21.25º 0.86% 0.44% -
XYZ 7.92 5.76 1.19 -
YUV 64.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 112 50 16 0 0.55 0.86 0.56 21.25 0.75 0.25
Hex 70 32 10 0 37 56 38 15 4B 19
Octal 160 62 20 0 67 126 70 25 113 31
Binary 1110000 110010 10000 0 110111 1010110 111000 10101 1001011 11001

Color Harmonies of #703210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703210

Black with #703210

Text Example


Text Example

White with #703210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703210; }

 p { color: rgb(112,50,16); }

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

background-color css

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

 a { background-color: rgb(112,50,16); }

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

border-color css

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

 span { border-color: rgb(112,50,16); }

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