#5B4626

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

Shades of Deep Bronze #5B4626

Tints of Deep Bronze #5B4626

Color information

#5B4626 (or 0x5B4626) is unknown color: approx Deep Bronze. HEX triplet: 5B, 46 and 26. RGB value is (91,70,38). Sum of RGB (Red+Green+Blue) = 91+70+38=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4626 is #A4B9D9. Grayscale: #484848. Windows color (decimal): -10795482 or 2508379. OLE color: 2508379.

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

Color convert

RGB917038-
CMYK00.230.580.64
HSL36.23º41.09%25.29%-
HSV(B)36.23º58.24%35.69%-
XYZ6.856.742.77-
YUV72.63108.46141.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=45.73%
G=35.18%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91703800.230.580.6436.2341.0925.29
Hex5B46260173A40242919
Octal1331064602772100445131
Binary10110111000110100110010111111010100000010010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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