Html Css Color HEX #703C12 Peru Tan

📋 copy color: '#703C12'

red 112 ◦ green 60 ◦ blue 18

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

Shades of Peru Tan #703C12

Tints of Peru Tan #703C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

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

R = 58.95%
G = 31.58%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#703C12 (or 0x703C12) is known color: Peru Tan. HEX triplet: 70, 3C and 12. RGB value is (112,60,18). Sum of RGB (Red+Green+Blue) = 112+60+18=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C12 is #8FC3ED. Grayscale: #464646. Windows color (decimal): -9421806 or 1195120. OLE color: 1195120.

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

Color convert

RGB 112 60 18 -
CMYK 0 0.46 0.84 0.56
HSL 26.81º 0.72% 0.25% -
HSV(B) 26.81º 0.84% 0.44% -
XYZ 8.41 6.72 1.43 -
YUV 70.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 112 60 18 0 0.46 0.84 0.56 26.81 0.72 0.25
Hex 70 3C 12 0 2E 54 38 1B 48 19
Octal 160 74 22 0 56 124 70 33 110 31
Binary 1110000 111100 10010 0 101110 1010100 111000 11011 1001000 11001

Color Harmonies of #703C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C12

Black with #703C12

Text Example


Text Example

White with #703C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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