#76340C

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

Shades of Peru Tan #76340C

Tints of Peru Tan #76340C

Color information

#76340C (or 0x76340C) is unknown color: approx Peru Tan. HEX triplet: 76, 34 and 0C. RGB value is (118,52,12). Sum of RGB (Red+Green+Blue) = 118+52+12=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76340C is #89CBF3. Grayscale: #434343. Windows color (decimal): -9030644 or 799862. OLE color: 799862.

HSL color Cylindrical-coordinate representation of color #76340C: hue angle of 22.64º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76340C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1185212-
CMYK00.560.900.54
HSL22.64º81.54%25.49%-
HSV(B)22.64º89.83%46.27%-
XYZ8.776.331.11-
YUV67.1796.87164.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=64.84%
G=28.57%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118521200.560.900.5422.6481.5425.49
Hex7634C0385A36175219
Octal1666414070132662712231
Binary111011011010011000111000101101011011010111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76340C; }

 p { color: rgb(118,52,12); }

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

<style>
 a { background-color: #76340C; }

 a { background-color: rgb(118,52,12); }

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

<style>
 span { border-color: #76340C; }

 span { border-color: rgb(118,52,12); }

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