Html Css Color HEX #703C1F Peru Tan

📋 copy color: '#703C1F'

red 112 ◦ green 60 ◦ blue 31

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

Shades of Peru Tan #703C1F

Tints of Peru Tan #703C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 55.17%
G = 29.56%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#703C1F (or 0x703C1F) is known color: Peru Tan. HEX triplet: 70, 3C and 1F. RGB value is (112,60,31). Sum of RGB (Red+Green+Blue) = 112+60+31=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C1F is #8FC3E0. Grayscale: #484848. Windows color (decimal): -9421793 or 2047088. OLE color: 2047088.

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

Color convert

RGB 112 60 31 -
CMYK 0 0.46 0.72 0.56
HSL 21.48º 0.57% 0.28% -
HSV(B) 21.48º 0.72% 0.44% -
XYZ 8.55 6.78 2.15 -
YUV 72.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 112 60 31 0 0.46 0.72 0.56 21.48 0.57 0.28
Hex 70 3C 1F 0 2E 48 38 15 39 1C
Octal 160 74 37 0 56 110 70 25 71 34
Binary 1110000 111100 11111 0 101110 1001000 111000 10101 111001 11100

Color Harmonies of #703C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C1F

Black with #703C1F

Text Example


Text Example

White with #703C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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