Html Css Color HEX #70320B Peru Tan

📋 copy color: '#70320B'

red 112 ◦ green 50 ◦ blue 11

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

Shades of Peru Tan #70320B

Tints of Peru Tan #70320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 64.74%
G = 28.9%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70320B (or 0x70320B) is known color: Peru Tan. HEX triplet: 70, 32 and 0B. RGB value is (112,50,11). Sum of RGB (Red+Green+Blue) = 112+50+11=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320B is #8FCDF4. Grayscale: #404040. Windows color (decimal): -9424373 or 733808. OLE color: 733808.

HSL color Cylindrical-coordinate representation of color #70320B: hue angle of 23.17º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70320B is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 11 -
CMYK 0 0.55 0.90 0.56
HSL 23.17º 0.82% 0.24% -
HSV(B) 23.17º 0.9% 0.44% -
XYZ 7.88 5.75 1.01 -
YUV 64.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 112 50 11 0 0.55 0.90 0.56 23.17 0.82 0.24
Hex 70 32 B 0 37 5A 38 17 52 18
Octal 160 62 13 0 67 132 70 27 122 30
Binary 1110000 110010 1011 0 110111 1011010 111000 10111 1010010 11000

Color Harmonies of #70320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70320B

Black with #70320B

Text Example


Text Example

White with #70320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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