#5C4A2C

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

Shades of Punga #5C4A2C

Tints of Punga #5C4A2C

Color information

#5C4A2C (or 0x5C4A2C) is unknown color: approx Punga. HEX triplet: 5C, 4A and 2C. RGB value is (92,74,44). Sum of RGB (Red+Green+Blue) = 92+74+44=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A2C is #A3B5D3. Grayscale: #4C4C4C. Windows color (decimal): -10728916 or 2902620. OLE color: 2902620.

HSL color Cylindrical-coordinate representation of color #5C4A2C: hue angle of 37.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C4A2C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB927444-
CMYK00.200.520.64
HSL37.5º35.29%26.67%-
HSV(B)37.5º52.17%36.08%-
XYZ7.327.353.42-
YUV75.96109.96139.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=43.81%
G=35.24%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92744400.200.520.6437.535.2926.67
Hex5C4A2C014344026231b
Octal1341125402464100464333
Binary10111001001010101100010100110100100000010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,74,44); }

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

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

 a { background-color: rgb(92,74,44); }

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

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

 span { border-color: rgb(92,74,44); }

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