#554B30

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

Shades of Punga #554B30

Tints of Punga #554B30

Color information

#554B30 (or 0x554B30) is unknown color: approx Punga. HEX triplet: 55, 4B and 30. RGB value is (85,75,48). Sum of RGB (Red+Green+Blue) = 85+75+48=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B30 is #AAB4CF. Grayscale: #4B4B4B. Windows color (decimal): -11187408 or 3165013. OLE color: 3165013.

HSL color Cylindrical-coordinate representation of color #554B30: hue angle of 43.78º 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 #554B30 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB857548-
CMYK00.120.440.67
HSL43.78º27.82%26.08%-
HSV(B)43.78º43.53%33.33%-
XYZ6.87.183.82-
YUV74.91112.81135.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=40.87%
G=36.06%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85754800.120.440.6743.7827.8226.08
Hex554B300C2C432c1c1a
Octal1251136001454103543432
Binary101010110010111100000110010110010000111011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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