Html Css Color HEX #5B5149 Cork

📋 copy color: '#5B5149'

red 91 ◦ green 81 ◦ blue 73

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

Shades of Cork #5B5149

Tints of Cork #5B5149

RGB

 RED value IS 91 (35.94% from 255) = 37.14%

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 37.14%
G = 33.06%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B5149 (or 0x5B5149) is known color: Cork. HEX triplet: 5B, 51 and 49. RGB value is (91,81,73). Sum of RGB (Red+Green+Blue) = 91+81+73=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5149 is #A4AEB6. Grayscale: #535353. Windows color (decimal): -10792631 or 4804955. OLE color: 4804955.

HSL color Cylindrical-coordinate representation of color #5B5149: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5149 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 81 73 -
CMYK 0 0.11 0.20 0.64
HSL 26.67º 0.11% 0.32% -
HSV(B) 26.67º 0.2% 0.36% -
XYZ 8.46 8.59 7.52 -
YUV 83.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 91 81 73 0 0.11 0.20 0.64 26.67 0.11 0.32
Hex 5B 51 49 0 B 14 40 1B B 20
Octal 133 121 111 0 13 24 100 33 13 40
Binary 1011011 1010001 1001001 0 1011 10100 1000000 11011 1011 100000

Color Harmonies of #5B5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5149

Black with #5B5149

Text Example


Text Example

White with #5B5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5149; }

 p { color: rgb(91,81,73); }

 H1.HeaderClassName
 {
   color: #5B5149;
 }
 .AnyTagClassName
 {
   color: #5B5149;
 }
</style>

background-color css

<style>
 a { background-color: #5B5149; }

 a { background-color: rgb(91,81,73); }

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

border-color css

<style>
 span { border-color: #5B5149; }

 span { border-color: rgb(91,81,73); }

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