#554B38

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

Shades of Punga #554B38

Tints of Punga #554B38

Color information

#554B38 (or 0x554B38) is unknown color: approx Punga. HEX triplet: 55, 4B and 38. RGB value is (85,75,56). Sum of RGB (Red+Green+Blue) = 85+75+56=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B38 is #AAB4C7. Grayscale: #4B4B4B. Windows color (decimal): -11187400 or 3689301. OLE color: 3689301.

HSL color Cylindrical-coordinate representation of color #554B38: hue angle of 39.31º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554B38 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB857556-
CMYK00.120.340.67
HSL39.31º20.57%27.65%-
HSV(B)39.31º34.12%33.33%-
XYZ6.987.254.77-
YUV75.82116.81134.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=39.35%
G=34.72%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85755600.120.340.6739.3120.5727.65
Hex554B380C224327151c
Octal1251137001442103472534
Binary101010110010111110000110010001010000111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,56); }

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

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

 a { background-color: rgb(85,75,56); }

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

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

 span { border-color: rgb(85,75,56); }

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