#5B482C

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

Shades of Deep Bronze #5B482C

Tints of Deep Bronze #5B482C

Color information

#5B482C (or 0x5B482C) is unknown color: approx Deep Bronze. HEX triplet: 5B, 48 and 2C. RGB value is (91,72,44). Sum of RGB (Red+Green+Blue) = 91+72+44=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B482C is #A4B7D3. Grayscale: #4A4A4A. Windows color (decimal): -10794964 or 2902107. OLE color: 2902107.

HSL color Cylindrical-coordinate representation of color #5B482C: hue angle of 35.74º 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 #5B482C is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB917244-
CMYK00.210.520.64
HSL35.74º34.81%26.47%-
HSV(B)35.74º51.65%35.69%-
XYZ7.097.043.37-
YUV74.49110.79139.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=43.96%
G=34.78%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91724400.210.520.6435.7434.8126.47
Hex5B482C015344024231a
Octal1331105402564100444332
Binary10110111001000101100010101110100100000010010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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