Html Css Color HEX #70371D Peru Tan

📋 copy color: '#70371D'

red 112 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #70371D

Tints of Peru Tan #70371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 57.14%
G = 28.06%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70371D (or 0x70371D) is known color: Peru Tan. HEX triplet: 70, 37 and 1D. RGB value is (112,55,29). Sum of RGB (Red+Green+Blue) = 112+55+29=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70371D is #8FC8E2. Grayscale: #454545. Windows color (decimal): -9423075 or 1914736. OLE color: 1914736.

HSL color Cylindrical-coordinate representation of color #70371D: hue angle of 18.8º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70371D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 29 -
CMYK 0 0.51 0.74 0.56
HSL 18.8º 0.59% 0.28% -
HSV(B) 18.8º 0.74% 0.44% -
XYZ 8.27 6.27 1.94 -
YUV 69.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 112 55 29 0 0.51 0.74 0.56 18.8 0.59 0.28
Hex 70 37 1D 0 33 4A 38 13 3B 1C
Octal 160 67 35 0 63 112 70 23 73 34
Binary 1110000 110111 11101 0 110011 1001010 111000 10011 111011 11100

Color Harmonies of #70371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70371D

Black with #70371D

Text Example


Text Example

White with #70371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70371D; }

 p { color: rgb(112,55,29); }

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

background-color css

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

 a { background-color: rgb(112,55,29); }

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

border-color css

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

 span { border-color: rgb(112,55,29); }

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