#5B423A

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

Shades of Very Dark Brown #5B423A

Tints of Very Dark Brown #5B423A

Color information

#5B423A (or 0x5B423A) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 42 and 3A. RGB value is (91,66,58). Sum of RGB (Red+Green+Blue) = 91+66+58=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B423A is #A4BDC5. Grayscale: #484848. Windows color (decimal): -10796486 or 3818075. OLE color: 3818075.

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

Color convert

RGB916658-
CMYK00.270.360.64
HSL14.55º22.15%29.22%-
HSV(B)14.55º36.26%35.69%-
XYZ7.036.434.87-
YUV72.56119.78141.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=42.33%
G=30.70%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91665800.270.360.6414.5522.1529.22
Hex5B423A01B2440f161d
Octal1331027203344100172635
Binary10110111000010111010011011100100100000011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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