#5B421D

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

Shades of Dark Brown #5B421D

Tints of Dark Brown #5B421D

Color information

#5B421D (or 0x5B421D) is unknown color: approx Dark Brown. HEX triplet: 5B, 42 and 1D. RGB value is (91,66,29). Sum of RGB (Red+Green+Blue) = 91+66+29=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B421D is #A4BDE2. Grayscale: #454545. Windows color (decimal): -10796515 or 1917531. OLE color: 1917531.

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

Color convert

RGB916629-
CMYK00.270.680.64
HSL35.81º51.67%23.53%-
HSV(B)35.81º68.13%35.69%-
XYZ6.486.212.02-
YUV69.26105.28143.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=48.92%
G=35.48%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91662900.270.680.6435.8151.6723.53
Hex5B421D01B4440243418
Octal13310235033104100446430
Binary10110111000010111010110111000100100000010010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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