#554D35

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

Shades of Punga #554D35

Tints of Punga #554D35

Color information

#554D35 (or 0x554D35) is unknown color: approx Punga. HEX triplet: 55, 4D and 35. RGB value is (85,77,53). Sum of RGB (Red+Green+Blue) = 85+77+53=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D35 is #AAB2CA. Grayscale: #4C4C4C. Windows color (decimal): -11186891 or 3493205. OLE color: 3493205.

HSL color Cylindrical-coordinate representation of color #554D35: hue angle of 45º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554D35 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB857753-
CMYK00.090.380.67
HSL45º23.19%27.06%-
HSV(B)45º37.65%33.33%-
XYZ7.047.54.44-
YUV76.66114.65133.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=39.53%
G=35.81%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85775300.090.380.674523.1927.06
Hex554D350926432d171b
Octal1251156501146103552733
Binary101010110011011101010100110011010000111011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D35; }

 p { color: rgb(85,77,53); }

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

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

 a { background-color: rgb(85,77,53); }

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

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

 span { border-color: rgb(85,77,53); }

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