Html Css Color HEX #70341A Peru Tan

📋 copy color: '#70341A'

red 112 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #70341A

Tints of Peru Tan #70341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

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

R = 58.95%
G = 27.37%
B = 13.68%

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

#70341A (or 0x70341A) is known color: Peru Tan. HEX triplet: 70, 34 and 1A. RGB value is (112,52,26). Sum of RGB (Red+Green+Blue) = 112+52+26=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70341A is #8FCBE5. Grayscale: #434343. Windows color (decimal): -9423846 or 1717360. OLE color: 1717360.

HSL color Cylindrical-coordinate representation of color #70341A: hue angle of 18.14º 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 #70341A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 26 -
CMYK 0 0.54 0.77 0.56
HSL 18.14º 0.62% 0.27% -
HSV(B) 18.14º 0.77% 0.44% -
XYZ 8.1 5.98 1.7 -
YUV 66.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 112 52 26 0 0.54 0.77 0.56 18.14 0.62 0.27
Hex 70 34 1A 0 36 4D 38 12 3E 1B
Octal 160 64 32 0 66 115 70 22 76 33
Binary 1110000 110100 11010 0 110110 1001101 111000 10010 111110 11011

Color Harmonies of #70341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70341A

Black with #70341A

Text Example


Text Example

White with #70341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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