#554B43

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

Shades of Cork #554B43

Tints of Cork #554B43

Color information

#554B43 (or 0x554B43) is unknown color: approx Cork. HEX triplet: 55, 4B and 43. RGB value is (85,75,67). Sum of RGB (Red+Green+Blue) = 85+75+67=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B43 is #AAB4BC. Grayscale: #4D4D4D. Windows color (decimal): -11187389 or 4410197. OLE color: 4410197.

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

Color convert

RGB857567-
CMYK00.120.210.67
HSL26.67º11.84%29.8%-
HSV(B)26.67º21.18%33.33%-
XYZ7.287.376.35-
YUV77.08122.31133.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=37.44%
G=33.04%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756700.120.210.6726.6711.8429.8
Hex554B430C15431bc1e
Octal12511310301425103331436
Binary1010101100101110000110110010101100001111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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