#554C30

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

Shades of Punga #554C30

Tints of Punga #554C30

Color information

#554C30 (or 0x554C30) is unknown color: approx Punga. HEX triplet: 55, 4C and 30. RGB value is (85,76,48). Sum of RGB (Red+Green+Blue) = 85+76+48=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C30 is #AAB3CF. Grayscale: #4B4B4B. Windows color (decimal): -11187152 or 3165269. OLE color: 3165269.

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

Color convert

RGB857648-
CMYK00.110.440.67
HSL45.41º27.82%26.08%-
HSV(B)45.41º43.53%33.33%-
XYZ6.867.313.85-
YUV75.5112.48134.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=40.67%
G=36.36%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764800.110.440.6745.4127.8226.08
Hex554C300B2C432d1c1a
Octal1251146001354103553432
Binary101010110011001100000101110110010000111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,48); }

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

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

 a { background-color: rgb(85,76,48); }

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

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

 span { border-color: rgb(85,76,48); }

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