#554833

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

Shades of Punga #554833

Tints of Punga #554833

Color information

#554833 (or 0x554833) is unknown color: approx Punga. HEX triplet: 55, 48 and 33. RGB value is (85,72,51). Sum of RGB (Red+Green+Blue) = 85+72+51=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554833 is #AAB7CC. Grayscale: #494949. Windows color (decimal): -11188173 or 3360853. OLE color: 3360853.

HSL color Cylindrical-coordinate representation of color #554833: hue angle of 37.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554833 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB857251-
CMYK00.150.400.67
HSL37.06º25%26.67%-
HSV(B)37.06º40%33.33%-
XYZ6.666.814.09-
YUV73.49115.31136.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=40.87%
G=34.62%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85725100.150.400.6737.062526.67
Hex5548330F284325191b
Octal1251106301750103453133
Binary101010110010001100110111110100010000111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554833; }

 p { color: rgb(85,72,51); }

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

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

 a { background-color: rgb(85,72,51); }

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

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

 span { border-color: rgb(85,72,51); }

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