Html Css Color HEX #703412 Peru Tan

📋 copy color: '#703412'

red 112 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #703412

Tints of Peru Tan #703412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

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

R = 61.54%
G = 28.57%
B = 9.89%

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

#703412 (or 0x703412) is known color: Peru Tan. HEX triplet: 70, 34 and 12. RGB value is (112,52,18). Sum of RGB (Red+Green+Blue) = 112+52+18=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #703412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703412 is #8FCBED. Grayscale: #424242. Windows color (decimal): -9423854 or 1193072. OLE color: 1193072.

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

Color convert

RGB 112 52 18 -
CMYK 0 0.54 0.84 0.56
HSL 21.7º 0.72% 0.25% -
HSV(B) 21.7º 0.84% 0.44% -
XYZ 8.02 5.94 1.3 -
YUV 66.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 112 52 18 0 0.54 0.84 0.56 21.7 0.72 0.25
Hex 70 34 12 0 36 54 38 16 48 19
Octal 160 64 22 0 66 124 70 26 110 31
Binary 1110000 110100 10010 0 110110 1010100 111000 10110 1001000 11001

Color Harmonies of #703412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703412

Black with #703412

Text Example


Text Example

White with #703412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703412; }

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

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

background-color css

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

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

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

border-color css

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

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

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