#554B44

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

Shades of Cork #554B44

Tints of Cork #554B44

Color information

#554B44 (or 0x554B44) is unknown color: approx Cork. HEX triplet: 55, 4B and 44. RGB value is (85,75,68). Sum of RGB (Red+Green+Blue) = 85+75+68=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B44 is #AAB4BB. Grayscale: #4D4D4D. Windows color (decimal): -11187388 or 4475733. OLE color: 4475733.

HSL color Cylindrical-coordinate representation of color #554B44: hue angle of 24.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554B44 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB857568-
CMYK00.120.200.67
HSL24.71º11.11%30%-
HSV(B)24.71º20%33.33%-
XYZ7.317.386.51-
YUV77.19122.81133.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=37.28%
G=32.89%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756800.120.200.6724.7111.1130
Hex554B440C144319b1e
Octal12511310401424103311336
Binary1010101100101110001000110010100100001111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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