#554B2D

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

Shades of Punga #554B2D

Tints of Punga #554B2D

Color information

#554B2D (or 0x554B2D) is unknown color: approx Punga. HEX triplet: 55, 4B and 2D. RGB value is (85,75,45). Sum of RGB (Red+Green+Blue) = 85+75+45=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B2D is #AAB4D2. Grayscale: #4A4A4A. Windows color (decimal): -11187411 or 2968405. OLE color: 2968405.

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

Color convert

RGB857545-
CMYK00.120.470.67
HSL45º30.77%25.49%-
HSV(B)45º47.06%33.33%-
XYZ6.747.153.51-
YUV74.57111.31135.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=41.46%
G=36.59%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85754500.120.470.674530.7725.49
Hex554B2D0C2F432d1f19
Octal1251135501457103553731
Binary101010110010111011010110010111110000111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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