#764023

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

Shades of Peru Tan #764023

Tints of Peru Tan #764023

Color information

#764023 (or 0x764023) is unknown color: approx Peru Tan. HEX triplet: 76, 40 and 23. RGB value is (118,64,35). Sum of RGB (Red+Green+Blue) = 118+64+35=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #764023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764023 is #89BFDC. Grayscale: #4D4D4D. Windows color (decimal): -9027549 or 2310262. OLE color: 2310262.

HSL color Cylindrical-coordinate representation of color #764023: hue angle of 20.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764023 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1186435-
CMYK00.460.700.54
HSL20.96º54.25%30%-
HSV(B)20.96º70.34%46.27%-
XYZ9.617.642.56-
YUV76.84104.39157.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=54.38%
G=29.49%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118643500.460.700.5420.9654.2530
Hex76402302E463615361e
Octal1661004305610666256636
Binary11101101000000100011010111010001101101101010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764023; }

 p { color: rgb(118,64,35); }

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

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

 a { background-color: rgb(118,64,35); }

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

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

 span { border-color: rgb(118,64,35); }

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