#554B45

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

Shades of Cork #554B45

Tints of Cork #554B45

Color information

#554B45 (or 0x554B45) is unknown color: approx Cork. HEX triplet: 55, 4B and 45. RGB value is (85,75,69). Sum of RGB (Red+Green+Blue) = 85+75+69=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B45 is #AAB4BA. Grayscale: #4D4D4D. Windows color (decimal): -11187387 or 4541269. OLE color: 4541269.

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

Color convert

RGB857569-
CMYK00.120.190.67
HSL22.5º10.39%30.2%-
HSV(B)22.5º18.82%33.33%-
XYZ7.347.396.67-
YUV77.31123.31133.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=37.12%
G=32.75%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756900.120.190.6722.510.3930.2
Hex554B450C134317a1e
Octal12511310501423103271236
Binary1010101100101110001010110010011100001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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