Html Css Color HEX #703C11 Peru Tan

📋 copy color: '#703C11'

red 112 ◦ green 60 ◦ blue 17

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

Shades of Peru Tan #703C11

Tints of Peru Tan #703C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 59.26%
G = 31.75%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703C11 (or 0x703C11) is known color: Peru Tan. HEX triplet: 70, 3C and 11. RGB value is (112,60,17). Sum of RGB (Red+Green+Blue) = 112+60+17=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C11 is #8FC3EE. Grayscale: #464646. Windows color (decimal): -9421807 or 1129584. OLE color: 1129584.

HSL color Cylindrical-coordinate representation of color #703C11: hue angle of 27.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #703C11 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 60 17 -
CMYK 0 0.46 0.85 0.56
HSL 27.16º 0.74% 0.25% -
HSV(B) 27.16º 0.85% 0.44% -
XYZ 8.4 6.72 1.38 -
YUV 70.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 112 60 17 0 0.46 0.85 0.56 27.16 0.74 0.25
Hex 70 3C 11 0 2E 55 38 1B 4A 19
Octal 160 74 21 0 56 125 70 33 112 31
Binary 1110000 111100 10001 0 101110 1010101 111000 11011 1001010 11001

Color Harmonies of #703C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C11

Black with #703C11

Text Example


Text Example

White with #703C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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