#5B473E

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

Shades of Cork #5B473E

Tints of Cork #5B473E

Color information

#5B473E (or 0x5B473E) is unknown color: approx Cork. HEX triplet: 5B, 47 and 3E. RGB value is (91,71,62). Sum of RGB (Red+Green+Blue) = 91+71+62=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B473E is #A4B8C1. Grayscale: #4C4C4C. Windows color (decimal): -10795202 or 4081499. OLE color: 4081499.

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

Color convert

RGB917162-
CMYK00.220.320.64
HSL18.62º18.95%30%-
HSV(B)18.62º31.87%35.69%-
XYZ7.447.085.53-
YUV75.95120.13138.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=40.62%
G=31.70%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91716200.220.320.6418.6218.9530
Hex5B473E016204013131e
Octal1331077602640100232336
Binary101101110001111111100101101000001000000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,62); }

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

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

 a { background-color: rgb(91,71,62); }

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

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

 span { border-color: rgb(91,71,62); }

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