#5C4B2E

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

Shades of Punga #5C4B2E

Tints of Punga #5C4B2E

Color information

#5C4B2E (or 0x5C4B2E) is unknown color: approx Punga. HEX triplet: 5C, 4B and 2E. RGB value is (92,75,46). Sum of RGB (Red+Green+Blue) = 92+75+46=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4B2E is #A3B4D1. Grayscale: #4C4C4C. Windows color (decimal): -10728658 or 3033948. OLE color: 3033948.

HSL color Cylindrical-coordinate representation of color #5C4B2E: hue angle of 37.83º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C4B2E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB927546-
CMYK00.180.500.64
HSL37.83º33.33%27.06%-
HSV(B)37.83º50%36.08%-
XYZ7.427.53.64-
YUV76.78110.63138.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.19%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=43.19%
G=35.21%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92754600.180.500.6437.8333.3327.06
Hex5C4B2E012324026211b
Octal1341135602262100464133
Binary10111001001011101110010010110010100000010011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,75,46); }

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

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

 a { background-color: rgb(92,75,46); }

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

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

 span { border-color: rgb(92,75,46); }

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