Html Css Color HEX #70371B Peru Tan

📋 copy color: '#70371B'

red 112 ◦ green 55 ◦ blue 27

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

Shades of Peru Tan #70371B

Tints of Peru Tan #70371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 57.73%
G = 28.35%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70371B (or 0x70371B) is known color: Peru Tan. HEX triplet: 70, 37 and 1B. RGB value is (112,55,27). Sum of RGB (Red+Green+Blue) = 112+55+27=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70371B is #8FC8E4. Grayscale: #454545. Windows color (decimal): -9423077 or 1783664. OLE color: 1783664.

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

Color convert

RGB 112 55 27 -
CMYK 0 0.51 0.76 0.56
HSL 19.76º 0.61% 0.27% -
HSV(B) 19.76º 0.76% 0.44% -
XYZ 8.25 6.26 1.81 -
YUV 68.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 112 55 27 0 0.51 0.76 0.56 19.76 0.61 0.27
Hex 70 37 1B 0 33 4C 38 14 3D 1B
Octal 160 67 33 0 63 114 70 24 75 33
Binary 1110000 110111 11011 0 110011 1001100 111000 10100 111101 11011

Color Harmonies of #70371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70371B

Black with #70371B

Text Example


Text Example

White with #70371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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