Html Css Color HEX #70320E Peru Tan

📋 copy color: '#70320E'

red 112 ◦ green 50 ◦ blue 14

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

Shades of Peru Tan #70320E

Tints of Peru Tan #70320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 63.64%
G = 28.41%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70320E (or 0x70320E) is known color: Peru Tan. HEX triplet: 70, 32 and 0E. RGB value is (112,50,14). Sum of RGB (Red+Green+Blue) = 112+50+14=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320E is #8FCDF1. Grayscale: #404040. Windows color (decimal): -9424370 or 930416. OLE color: 930416.

HSL color Cylindrical-coordinate representation of color #70320E: hue angle of 22.04º 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 #70320E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 14 -
CMYK 0 0.55 0.88 0.56
HSL 22.04º 0.78% 0.25% -
HSV(B) 22.04º 0.88% 0.44% -
XYZ 7.9 5.76 1.11 -
YUV 64.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 112 50 14 0 0.55 0.88 0.56 22.04 0.78 0.25
Hex 70 32 E 0 37 58 38 16 4E 19
Octal 160 62 16 0 67 130 70 26 116 31
Binary 1110000 110010 1110 0 110111 1011000 111000 10110 1001110 11001

Color Harmonies of #70320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70320E

Black with #70320E

Text Example


Text Example

White with #70320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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