Html Css Color HEX #703F19 Peru Tan

📋 copy color: '#703F19'

red 112 ◦ green 63 ◦ blue 25

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

Shades of Peru Tan #703F19

Tints of Peru Tan #703F19

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

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

R = 56%
G = 31.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703F19 (or 0x703F19) is known color: Peru Tan. HEX triplet: 70, 3F and 19. RGB value is (112,63,25). Sum of RGB (Red+Green+Blue) = 112+63+25=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F19 is #8FC0E6. Grayscale: #494949. Windows color (decimal): -9421031 or 1654640. OLE color: 1654640.

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

Color convert

RGB 112 63 25 -
CMYK 0 0.44 0.78 0.56
HSL 26.21º 0.64% 0.27% -
HSV(B) 26.21º 0.78% 0.44% -
XYZ 8.64 7.07 1.83 -
YUV 73.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 112 63 25 0 0.44 0.78 0.56 26.21 0.64 0.27
Hex 70 3F 19 0 2C 4E 38 1A 40 1B
Octal 160 77 31 0 54 116 70 32 100 33
Binary 1110000 111111 11001 0 101100 1001110 111000 11010 1000000 11011

Color Harmonies of #703F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F19

Black with #703F19

Text Example


Text Example

White with #703F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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