#5B453F

Color #5B453F Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5B453F

Tints of Very Dark Brown #5B453F

Color information

#5B453F (or 0x5B453F) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 45 and 3F. RGB value is (91,69,63). Sum of RGB (Red+Green+Blue) = 91+69+63=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B453F is #A4BAC0. Grayscale: #4A4A4A. Windows color (decimal): -10795713 or 4146523. OLE color: 4146523.

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

Color convert

RGB916963-
CMYK00.240.310.64
HSL12.86º18.18%30.2%-
HSV(B)12.86º30.77%35.69%-
XYZ7.346.845.64-
YUV74.89121.29139.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 63 (25% from 255) = 28.25%
R=40.81%
G=30.94%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91696300.240.310.6412.8618.1830.2
Hex5B453F0181F40d121e
Octal1331057703037100152236
Binary1011011100010111111101100011111100000011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,69,63); }

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

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

 a { background-color: rgb(91,69,63); }

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

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

 span { border-color: rgb(91,69,63); }

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