#5B4534

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

Shades of Brown Derby #5B4534

Tints of Brown Derby #5B4534

Color information

#5B4534 (or 0x5B4534) is unknown color: approx Brown Derby. HEX triplet: 5B, 45 and 34. RGB value is (91,69,52). Sum of RGB (Red+Green+Blue) = 91+69+52=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4534 is #A4BACB. Grayscale: #494949. Windows color (decimal): -10795724 or 3425627. OLE color: 3425627.

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

Color convert

RGB916952-
CMYK00.240.430.64
HSL26.15º27.27%28.04%-
HSV(B)26.15º42.86%35.69%-
XYZ7.066.734.18-
YUV73.64115.79140.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.92%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=42.92%
G=32.55%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91695200.240.430.6426.1527.2728.04
Hex5B45340182B401a1b1c
Octal1331056403053100323334
Binary101101110001011101000110001010111000000110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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