#5B452C

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

Shades of Deep Bronze #5B452C

Tints of Deep Bronze #5B452C

Color information

#5B452C (or 0x5B452C) is unknown color: approx Deep Bronze. HEX triplet: 5B, 45 and 2C. RGB value is (91,69,44). Sum of RGB (Red+Green+Blue) = 91+69+44=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B452C is #A4BAD3. Grayscale: #484848. Windows color (decimal): -10795732 or 2901339. OLE color: 2901339.

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

Color convert

RGB916944-
CMYK00.240.520.64
HSL31.91º34.81%26.47%-
HSV(B)31.91º51.65%35.69%-
XYZ6.96.663.31-
YUV72.73111.79141.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=44.61%
G=33.82%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91694400.240.520.6431.9134.8126.47
Hex5B452C018344020231a
Octal1331055403064100404332
Binary10110111000101101100011000110100100000010000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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