#5B462C

Color #5B462C Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #5B462C

Tints of Deep Bronze #5B462C

Color information

#5B462C (or 0x5B462C) is unknown color: approx Deep Bronze. HEX triplet: 5B, 46 and 2C. RGB value is (91,70,44). Sum of RGB (Red+Green+Blue) = 91+70+44=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B462C is #A4B9D3. Grayscale: #494949. Windows color (decimal): -10795476 or 2901595. OLE color: 2901595.

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

Color convert

RGB917044-
CMYK00.230.520.64
HSL33.19º34.81%26.47%-
HSV(B)33.19º51.65%35.69%-
XYZ6.966.793.33-
YUV73.32111.46140.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=44.39%
G=34.15%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91704400.230.520.6433.1934.8126.47
Hex5B462C017344021231a
Octal1331065402764100414332
Binary10110111000110101100010111110100100000010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,70,44); }

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

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

 a { background-color: rgb(91,70,44); }

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

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

 span { border-color: rgb(91,70,44); }

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