#5A4C2F

Color #5A4C2F Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #5A4C2F

Tints of Punga #5A4C2F

Color information

#5A4C2F (or 0x5A4C2F) is unknown color: approx Punga. HEX triplet: 5A, 4C and 2F. RGB value is (90,76,47). Sum of RGB (Red+Green+Blue) = 90+76+47=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C2F is #A5B3D0. Grayscale: #4D4D4D. Windows color (decimal): -10859473 or 3099738. OLE color: 3099738.

HSL color Cylindrical-coordinate representation of color #5A4C2F: hue angle of 40.47º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A4C2F is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB907647-
CMYK00.160.480.65
HSL40.47º31.39%26.86%-
HSV(B)40.47º47.78%35.29%-
XYZ7.317.553.76-
YUV76.88111.14137.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.25%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=42.25%
G=35.68%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90764700.160.480.6540.4731.3926.86
Hex5A4C2F0103041281f1b
Octal1321145702060101503733
Binary1011010100110010111101000011000010000011010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4C2F; }

 p { color: rgb(90,76,47); }

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

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

 a { background-color: rgb(90,76,47); }

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

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

 span { border-color: rgb(90,76,47); }

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