#5B4623

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

Shades of Bronze Olive #5B4623

Tints of Bronze Olive #5B4623

Color information

#5B4623 (or 0x5B4623) is unknown color: approx Bronze Olive. HEX triplet: 5B, 46 and 23. RGB value is (91,70,35). Sum of RGB (Red+Green+Blue) = 91+70+35=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4623 is #A4B9DC. Grayscale: #484848. Windows color (decimal): -10795485 or 2311771. OLE color: 2311771.

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

Color convert

RGB917035-
CMYK00.230.620.64
HSL37.5º44.44%24.71%-
HSV(B)37.5º61.54%35.69%-
XYZ6.816.732.53-
YUV72.29106.96141.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.43%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=46.43%
G=35.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91703500.230.620.6437.544.4424.71
Hex5B46230173E40262c19
Octal1331064302776100465431
Binary10110111000110100011010111111110100000010011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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