Html Css Color HEX #703C20 Peru Tan

📋 copy color: '#703C20'

red 112 ◦ green 60 ◦ blue 32

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

Shades of Peru Tan #703C20

Tints of Peru Tan #703C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 54.9%
G = 29.41%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703C20 (or 0x703C20) is known color: Peru Tan. HEX triplet: 70, 3C and 20. RGB value is (112,60,32). Sum of RGB (Red+Green+Blue) = 112+60+32=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C20 is #8FC3DF. Grayscale: #484848. Windows color (decimal): -9421792 or 2112624. OLE color: 2112624.

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

Color convert

RGB 112 60 32 -
CMYK 0 0.46 0.71 0.56
HSL 21º 0.56% 0.28% -
HSV(B) 21º 0.71% 0.44% -
XYZ 8.56 6.78 2.22 -
YUV 72.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 112 60 32 0 0.46 0.71 0.56 21 0.56 0.28
Hex 70 3C 20 0 2E 47 38 15 38 1C
Octal 160 74 40 0 56 107 70 25 70 34
Binary 1110000 111100 100000 0 101110 1000111 111000 10101 111000 11100

Color Harmonies of #703C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C20

Black with #703C20

Text Example


Text Example

White with #703C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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