Html Css Color HEX #554D47 Cork

📋 copy color: '#554D47'

red 85 ◦ green 77 ◦ blue 71

#554D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #554D47

Tints of Cork #554D47

RGB

 RED value IS 85 (33.59% from 255) = 36.48%

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 36.48%
G = 33.05%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554D47 (or 0x554D47) is known color: Cork. HEX triplet: 55, 4D and 47. RGB value is (85,77,71). Sum of RGB (Red+Green+Blue) = 85+77+71=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D47 is #AAB2B8. Grayscale: #4E4E4E. Windows color (decimal): -11186873 or 4672853. OLE color: 4672853.

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

Color convert

RGB 85 77 71 -
CMYK 0 0.09 0.16 0.67
HSL 25.71º 0.09% 0.31% -
HSV(B) 25.71º 0.16% 0.33% -
XYZ 7.54 7.69 7.05 -
YUV 78.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 85 77 71 0 0.09 0.16 0.67 25.71 0.09 0.31
Hex 55 4D 47 0 9 10 43 1A 9 1F
Octal 125 115 107 0 11 20 103 32 11 37
Binary 1010101 1001101 1000111 0 1001 10000 1000011 11010 1001 11111

Color Harmonies of #554D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D47

Black with #554D47

Text Example


Text Example

White with #554D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,71); }

 H1.HeaderClassName
 {
   color: #554D47;
 }
 .AnyTagClassName
 {
   color: #554D47;
 }
</style>

background-color css

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

 a { background-color: rgb(85,77,71); }

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

border-color css

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

 span { border-color: rgb(85,77,71); }

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