Html Css Color HEX #703818 Peru Tan

📋 copy color: '#703818'

red 112 ◦ green 56 ◦ blue 24

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

Shades of Peru Tan #703818

Tints of Peru Tan #703818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 58.33%
G = 29.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#703818 (or 0x703818) is known color: Peru Tan. HEX triplet: 70, 38 and 18. RGB value is (112,56,24). Sum of RGB (Red+Green+Blue) = 112+56+24=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #703818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703818 is #8FC7E7. Grayscale: #454545. Windows color (decimal): -9422824 or 1587312. OLE color: 1587312.

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

Color convert

RGB 112 56 24 -
CMYK 0 0.50 0.79 0.56
HSL 21.82º 0.65% 0.27% -
HSV(B) 21.82º 0.79% 0.44% -
XYZ 8.26 6.34 1.65 -
YUV 69.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 112 56 24 0 0.50 0.79 0.56 21.82 0.65 0.27
Hex 70 38 18 0 32 4F 38 16 41 1B
Octal 160 70 30 0 62 117 70 26 101 33
Binary 1110000 111000 11000 0 110010 1001111 111000 10110 1000001 11011

Color Harmonies of #703818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703818

Black with #703818

Text Example


Text Example

White with #703818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703818; }

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

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

background-color css

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

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

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

border-color css

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

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

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