Html Css Color HEX #70351A Peru Tan

📋 copy color: '#70351A'

red 112 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #70351A

Tints of Peru Tan #70351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.75%

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

R = 58.64%
G = 27.75%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70351A (or 0x70351A) is known color: Peru Tan. HEX triplet: 70, 35 and 1A. RGB value is (112,53,26). Sum of RGB (Red+Green+Blue) = 112+53+26=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70351A is #8FCAE5. Grayscale: #434343. Windows color (decimal): -9423590 or 1717616. OLE color: 1717616.

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

Color convert

RGB 112 53 26 -
CMYK 0 0.53 0.77 0.56
HSL 18.84º 0.62% 0.27% -
HSV(B) 18.84º 0.77% 0.44% -
XYZ 8.14 6.07 1.72 -
YUV 67.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 112 53 26 0 0.53 0.77 0.56 18.84 0.62 0.27
Hex 70 35 1A 0 35 4D 38 13 3E 1B
Octal 160 65 32 0 65 115 70 23 76 33
Binary 1110000 110101 11010 0 110101 1001101 111000 10011 111110 11011

Color Harmonies of #70351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70351A

Black with #70351A

Text Example


Text Example

White with #70351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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