Html Css Color HEX #703812 Peru Tan

📋 copy color: '#703812'

red 112 ◦ green 56 ◦ blue 18

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

Shades of Peru Tan #703812

Tints of Peru Tan #703812

RGB

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

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

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

R = 60.22%
G = 30.11%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#703812 (or 0x703812) is known color: Peru Tan. HEX triplet: 70, 38 and 12. RGB value is (112,56,18). Sum of RGB (Red+Green+Blue) = 112+56+18=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703812 is #8FC7ED. Grayscale: #444444. Windows color (decimal): -9422830 or 1194096. OLE color: 1194096.

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

Color convert

RGB 112 56 18 -
CMYK 0 0.50 0.84 0.56
HSL 24.26º 0.72% 0.25% -
HSV(B) 24.26º 0.84% 0.44% -
XYZ 8.21 6.32 1.36 -
YUV 68.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 112 56 18 0 0.50 0.84 0.56 24.26 0.72 0.25
Hex 70 38 12 0 32 54 38 18 48 19
Octal 160 70 22 0 62 124 70 30 110 31
Binary 1110000 111000 10010 0 110010 1010100 111000 11000 1001000 11001

Color Harmonies of #703812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703812

Black with #703812

Text Example


Text Example

White with #703812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703812; }

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

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

background-color css

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

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

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

border-color css

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

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

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