Html Css Color HEX #703312 Peru Tan

📋 copy color: '#703312'

red 112 ◦ green 51 ◦ blue 18

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

Shades of Peru Tan #703312

Tints of Peru Tan #703312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 61.88%
G = 28.18%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#703312 (or 0x703312) is known color: Peru Tan. HEX triplet: 70, 33 and 12. RGB value is (112,51,18). Sum of RGB (Red+Green+Blue) = 112+51+18=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #703312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703312 is #8FCCED. Grayscale: #414141. Windows color (decimal): -9424110 or 1192816. OLE color: 1192816.

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

Color convert

RGB 112 51 18 -
CMYK 0 0.54 0.84 0.56
HSL 21.06º 0.72% 0.25% -
HSV(B) 21.06º 0.84% 0.44% -
XYZ 7.98 5.86 1.28 -
YUV 65.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 112 51 18 0 0.54 0.84 0.56 21.06 0.72 0.25
Hex 70 33 12 0 36 54 38 15 48 19
Octal 160 63 22 0 66 124 70 25 110 31
Binary 1110000 110011 10010 0 110110 1010100 111000 10101 1001000 11001

Color Harmonies of #703312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703312

Black with #703312

Text Example


Text Example

White with #703312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703312; }

 p { color: rgb(112,51,18); }

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

background-color css

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

 a { background-color: rgb(112,51,18); }

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

border-color css

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

 span { border-color: rgb(112,51,18); }

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