#5B441C

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

Shades of Dark Brown #5B441C

Tints of Dark Brown #5B441C

Color information

#5B441C (or 0x5B441C) is unknown color: approx Dark Brown. HEX triplet: 5B, 44 and 1C. RGB value is (91,68,28). Sum of RGB (Red+Green+Blue) = 91+68+28=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B441C is #A4BBE3. Grayscale: #464646. Windows color (decimal): -10796004 or 1852507. OLE color: 1852507.

HSL color Cylindrical-coordinate representation of color #5B441C: hue angle of 38.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B441C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB916828-
CMYK00.250.690.64
HSL38.1º52.94%23.33%-
HSV(B)38.1º69.23%35.69%-
XYZ6.596.441.99-
YUV70.32104.12142.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=48.66%
G=36.36%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91682800.250.690.6438.152.9423.33
Hex5B441C0194540263517
Octal13310434031105100466527
Binary10110111000100111000110011000101100000010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,28); }

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

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

 a { background-color: rgb(91,68,28); }

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

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

 span { border-color: rgb(91,68,28); }

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