#70330B

Color #70330B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #70330B

Tints of Peru Tan #70330B

Color information

#70330B (or 0x70330B) is unknown color: approx Peru Tan. HEX triplet: 70, 33 and 0B. RGB value is (112,51,11). Sum of RGB (Red+Green+Blue) = 112+51+11=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70330B is #8FCCF4. Grayscale: #404040. Windows color (decimal): -9424117 or 734064. OLE color: 734064.

HSL color Cylindrical-coordinate representation of color #70330B: hue angle of 23.76º 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 #70330B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1125111-
CMYK00.540.900.56
HSL23.76º82.11%24.12%-
HSV(B)23.76º90.18%43.92%-
XYZ7.935.841.03-
YUV64.6897.71161.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=64.37%
G=29.31%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112511100.540.900.5623.7682.1124.12
Hex7033B0365A38185218
Octal1606313066132703012230
Binary111000011001110110110110101101011100011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70330B;
 }
 .AnyTagClassName
 {
   color: #70330B;
 }
</style>
background-color css

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

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

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

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

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

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