Html Css Color HEX #703813 Peru Tan

📋 copy color: '#703813'

red 112 ◦ green 56 ◦ blue 19

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

Shades of Peru Tan #703813

Tints of Peru Tan #703813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 59.89%
G = 29.95%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703813 (or 0x703813) is known color: Peru Tan. HEX triplet: 70, 38 and 13. RGB value is (112,56,19). Sum of RGB (Red+Green+Blue) = 112+56+19=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #703813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703813 is #8FC7EC. Grayscale: #444444. Windows color (decimal): -9422829 or 1259632. OLE color: 1259632.

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

Color convert

RGB 112 56 19 -
CMYK 0 0.50 0.83 0.56
HSL 23.87º 0.71% 0.26% -
HSV(B) 23.87º 0.83% 0.44% -
XYZ 8.21 6.32 1.4 -
YUV 68.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 112 56 19 0 0.50 0.83 0.56 23.87 0.71 0.26
Hex 70 38 13 0 32 53 38 18 47 1A
Octal 160 70 23 0 62 123 70 30 107 32
Binary 1110000 111000 10011 0 110010 1010011 111000 11000 1000111 11010

Color Harmonies of #703813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703813

Black with #703813

Text Example


Text Example

White with #703813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703813; }

 p { color: rgb(112,56,19); }

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

background-color css

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

 a { background-color: rgb(112,56,19); }

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

border-color css

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

 span { border-color: rgb(112,56,19); }

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