#763914

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

Shades of Peru Tan #763914

Tints of Peru Tan #763914

Color information

#763914 (or 0x763914) is unknown color: approx Peru Tan. HEX triplet: 76, 39 and 14. RGB value is (118,57,20). Sum of RGB (Red+Green+Blue) = 118+57+20=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763914 is #89C6EB. Grayscale: #474747. Windows color (decimal): -9029356 or 1325430. OLE color: 1325430.

HSL color Cylindrical-coordinate representation of color #763914: hue angle of 22.65º 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 #763914 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1185720-
CMYK00.520.830.54
HSL22.65º71.01%27.06%-
HSV(B)22.65º83.05%46.27%-
XYZ9.066.831.5-
YUV71.0299.21161.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=60.51%
G=29.23%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118572000.520.830.5422.6571.0127.06
Hex763914034533617471b
Octal1667124064123662710733
Binary1110110111001101000110100101001111011010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763914; }

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

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

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

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

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

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

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

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