#78330A

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

Shades of Peru Tan #78330A

Tints of Peru Tan #78330A

Color information

#78330A (or 0x78330A) is unknown color: approx Peru Tan. HEX triplet: 78, 33 and 0A. RGB value is (120,51,10). Sum of RGB (Red+Green+Blue) = 120+51+10=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78330A is #87CCF5. Grayscale: #434343. Windows color (decimal): -8899830 or 668536. OLE color: 668536.

HSL color Cylindrical-coordinate representation of color #78330A: hue angle of 22.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78330A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1205110-
CMYK00.580.920.53
HSL22.36º84.62%25.49%-
HSV(B)22.36º91.67%47.06%-
XYZ8.986.381.05-
YUV66.9695.86165.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=66.30%
G=28.18%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120511000.580.920.5322.3684.6225.49
Hex7833A03A5C35165519
Octal1706312072134652612531
Binary111100011001110100111010101110011010110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,51,10); }

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

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

 a { background-color: rgb(120,51,10); }

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

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

 span { border-color: rgb(120,51,10); }

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