Html Css Color HEX #703C19 Peru Tan

📋 copy color: '#703C19'

red 112 ◦ green 60 ◦ blue 25

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

Shades of Peru Tan #703C19

Tints of Peru Tan #703C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 56.85%
G = 30.46%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703C19 (or 0x703C19) is known color: Peru Tan. HEX triplet: 70, 3C and 19. RGB value is (112,60,25). Sum of RGB (Red+Green+Blue) = 112+60+25=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C19 is #8FC3E6. Grayscale: #474747. Windows color (decimal): -9421799 or 1653872. OLE color: 1653872.

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

Color convert

RGB 112 60 25 -
CMYK 0 0.46 0.78 0.56
HSL 24.14º 0.64% 0.27% -
HSV(B) 24.14º 0.78% 0.44% -
XYZ 8.47 6.75 1.78 -
YUV 71.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 112 60 25 0 0.46 0.78 0.56 24.14 0.64 0.27
Hex 70 3C 19 0 2E 4E 38 18 40 1B
Octal 160 74 31 0 56 116 70 30 100 33
Binary 1110000 111100 11001 0 101110 1001110 111000 11000 1000000 11011

Color Harmonies of #703C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C19

Black with #703C19

Text Example


Text Example

White with #703C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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