Html Css Color HEX #70331A Peru Tan

📋 copy color: '#70331A'

red 112 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #70331A

Tints of Peru Tan #70331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 59.26%
G = 26.98%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70331A (or 0x70331A) is known color: Peru Tan. HEX triplet: 70, 33 and 1A. RGB value is (112,51,26). Sum of RGB (Red+Green+Blue) = 112+51+26=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70331A is #8FCCE5. Grayscale: #424242. Windows color (decimal): -9424102 or 1717104. OLE color: 1717104.

HSL color Cylindrical-coordinate representation of color #70331A: hue angle of 17.44º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70331A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 26 -
CMYK 0 0.54 0.77 0.56
HSL 17.44º 0.62% 0.27% -
HSV(B) 17.44º 0.77% 0.44% -
XYZ 8.05 5.89 1.69 -
YUV 66.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 112 51 26 0 0.54 0.77 0.56 17.44 0.62 0.27
Hex 70 33 1A 0 36 4D 38 11 3E 1B
Octal 160 63 32 0 66 115 70 21 76 33
Binary 1110000 110011 11010 0 110110 1001101 111000 10001 111110 11011

Color Harmonies of #70331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70331A

Black with #70331A

Text Example


Text Example

White with #70331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70331A; }

 p { color: rgb(112,51,26); }

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

background-color css

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

 a { background-color: rgb(112,51,26); }

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

border-color css

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

 span { border-color: rgb(112,51,26); }

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