Html Css Color HEX #70321A Peru Tan

📋 copy color: '#70321A'

red 112 ◦ green 50 ◦ blue 26

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

Shades of Peru Tan #70321A

Tints of Peru Tan #70321A

RGB

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

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

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

R = 59.57%
G = 26.6%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70321A (or 0x70321A) is known color: Peru Tan. HEX triplet: 70, 32 and 1A. RGB value is (112,50,26). Sum of RGB (Red+Green+Blue) = 112+50+26=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70321A is #8FCDE5. Grayscale: #414141. Windows color (decimal): -9424358 or 1716848. OLE color: 1716848.

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

Color convert

RGB 112 50 26 -
CMYK 0 0.55 0.77 0.56
HSL 16.74º 0.62% 0.27% -
HSV(B) 16.74º 0.77% 0.44% -
XYZ 8.01 5.8 1.67 -
YUV 65.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 112 50 26 0 0.55 0.77 0.56 16.74 0.62 0.27
Hex 70 32 1A 0 37 4D 38 11 3E 1B
Octal 160 62 32 0 67 115 70 21 76 33
Binary 1110000 110010 11010 0 110111 1001101 111000 10001 111110 11011

Color Harmonies of #70321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70321A

Black with #70321A

Text Example


Text Example

White with #70321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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