Html Css Color HEX #70350E Peru Tan

📋 copy color: '#70350E'

red 112 ◦ green 53 ◦ blue 14

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

Shades of Peru Tan #70350E

Tints of Peru Tan #70350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 62.57%
G = 29.61%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70350E (or 0x70350E) is known color: Peru Tan. HEX triplet: 70, 35 and 0E. RGB value is (112,53,14). Sum of RGB (Red+Green+Blue) = 112+53+14=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70350E is #8FCAF1. Grayscale: #424242. Windows color (decimal): -9423602 or 931184. OLE color: 931184.

HSL color Cylindrical-coordinate representation of color #70350E: hue angle of 23.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70350E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 14 -
CMYK 0 0.53 0.88 0.56
HSL 23.88º 0.78% 0.25% -
HSV(B) 23.88º 0.88% 0.44% -
XYZ 8.03 6.02 1.15 -
YUV 66.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 112 53 14 0 0.53 0.88 0.56 23.88 0.78 0.25
Hex 70 35 E 0 35 58 38 18 4E 19
Octal 160 65 16 0 65 130 70 30 116 31
Binary 1110000 110101 1110 0 110101 1011000 111000 11000 1001110 11001

Color Harmonies of #70350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70350E

Black with #70350E

Text Example


Text Example

White with #70350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70350E; }

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

 H1.HeaderClassName
 {
   color: #70350E;
 }
 .AnyTagClassName
 {
   color: #70350E;
 }
</style>

background-color css

<style>
 a { background-color: #70350E; }

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

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

border-color css

<style>
 span { border-color: #70350E; }

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

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