Html Css Color HEX #5B4D42 Cork

📋 copy color: '#5B4D42'

red 91 ◦ green 77 ◦ blue 66

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

Shades of Cork #5B4D42

Tints of Cork #5B4D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 38.89%
G = 32.91%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#5B4D42 (or 0x5B4D42) is known color: Cork. HEX triplet: 5B, 4D and 42. RGB value is (91,77,66). Sum of RGB (Red+Green+Blue) = 91+77+66=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4D42 is #A4B2BD. Grayscale: #4F4F4F. Windows color (decimal): -10793662 or 4345179. OLE color: 4345179.

HSL color Cylindrical-coordinate representation of color #5B4D42: hue angle of 26.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B4D42 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 77 66 -
CMYK 0 0.15 0.27 0.64
HSL 26.4º 0.16% 0.31% -
HSV(B) 26.4º 0.27% 0.36% -
XYZ 7.95 7.93 6.26 -
YUV 79.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 91 77 66 0 0.15 0.27 0.64 26.4 0.16 0.31
Hex 5B 4D 42 0 F 1B 40 1A 10 1F
Octal 133 115 102 0 17 33 100 32 20 37
Binary 1011011 1001101 1000010 0 1111 11011 1000000 11010 10000 11111

Color Harmonies of #5B4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4D42

Black with #5B4D42

Text Example


Text Example

White with #5B4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,77,66); }

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

background-color css

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

 a { background-color: rgb(91,77,66); }

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

border-color css

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

 span { border-color: rgb(91,77,66); }

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