#70330F

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

Shades of Peru Tan #70330F

Tints of Peru Tan #70330F

Color information

#70330F (or 0x70330F) is unknown color: approx Peru Tan. HEX triplet: 70, 33 and 0F. RGB value is (112,51,15). Sum of RGB (Red+Green+Blue) = 112+51+15=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70330F is #8FCCF0. Grayscale: #414141. Windows color (decimal): -9424113 or 996208. OLE color: 996208.

HSL color Cylindrical-coordinate representation of color #70330F: hue angle of 22.27º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70330F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1125115-
CMYK00.540.870.56
HSL22.27º76.38%24.9%-
HSV(B)22.27º86.61%43.92%-
XYZ7.955.851.16-
YUV65.1399.71161.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=62.92%
G=28.65%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112511500.540.870.5622.2776.3824.9
Hex7033F0365738164c19
Octal1606317066127702611431
Binary111000011001111110110110101011111100010110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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