#763A14

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

Shades of Peru Tan #763A14

Tints of Peru Tan #763A14

Color information

#763A14 (or 0x763A14) is unknown color: approx Peru Tan. HEX triplet: 76, 3A and 14. RGB value is (118,58,20). Sum of RGB (Red+Green+Blue) = 118+58+20=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A14 is #89C5EB. Grayscale: #474747. Windows color (decimal): -9029100 or 1325686. OLE color: 1325686.

HSL color Cylindrical-coordinate representation of color #763A14: hue angle of 23.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #763A14 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1185820-
CMYK00.510.830.54
HSL23.27º71.01%27.06%-
HSV(B)23.27º83.05%46.27%-
XYZ9.116.931.52-
YUV71.6198.88161.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=60.20%
G=29.59%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118582000.510.830.5423.2771.0127.06
Hex763A14033533617471b
Octal1667224063123662710733
Binary1110110111010101000110011101001111011010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A14; }

 p { color: rgb(118,58,20); }

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

<style>
 a { background-color: #763A14; }

 a { background-color: rgb(118,58,20); }

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

<style>
 span { border-color: #763A14; }

 span { border-color: rgb(118,58,20); }

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