Html Css Color HEX #5B4A41 Cork

📋 copy color: '#5B4A41'

red 91 ◦ green 74 ◦ blue 65

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

Shades of Cork #5B4A41

Tints of Cork #5B4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 39.57%
G = 32.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5B4A41 (or 0x5B4A41) is known color: Cork. HEX triplet: 5B, 4A and 41. RGB value is (91,74,65). Sum of RGB (Red+Green+Blue) = 91+74+65=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A41 is #A4B5BE. Grayscale: #4E4E4E. Windows color (decimal): -10794431 or 4278875. OLE color: 4278875.

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

Color convert

RGB 91 74 65 -
CMYK 0 0.19 0.29 0.64
HSL 20.77º 0.17% 0.31% -
HSV(B) 20.77º 0.29% 0.36% -
XYZ 7.72 7.5 6.04 -
YUV 78.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 91 74 65 0 0.19 0.29 0.64 20.77 0.17 0.31
Hex 5B 4A 41 0 13 1D 40 15 11 1F
Octal 133 112 101 0 23 35 100 25 21 37
Binary 1011011 1001010 1000001 0 10011 11101 1000000 10101 10001 11111

Color Harmonies of #5B4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4A41

Black with #5B4A41

Text Example


Text Example

White with #5B4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,74,65); }

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

background-color css

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

 a { background-color: rgb(91,74,65); }

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

border-color css

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

 span { border-color: rgb(91,74,65); }

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