#564B25

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

Shades of Bronze Olive #564B25

Tints of Bronze Olive #564B25

Color information

#564B25 (or 0x564B25) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 25. RGB value is (86,75,37). Sum of RGB (Red+Green+Blue) = 86+75+37=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #564B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B25 is #A9B4DA. Grayscale: #4A4A4A. Windows color (decimal): -11121883 or 2444118. OLE color: 2444118.

HSL color Cylindrical-coordinate representation of color #564B25: hue angle of 46.53º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #564B25 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB867537-
CMYK00.130.570.66
HSL46.53º39.84%24.12%-
HSV(B)46.53º56.98%33.73%-
XYZ6.697.142.78-
YUV73.96107.14136.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=43.43%
G=37.88%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86753700.130.570.6646.5339.8424.12
Hex564B250D39422f2818
Octal1261134501571102575030
Binary1010110100101110010101101111001100001010111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B25; }

 p { color: rgb(86,75,37); }

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

<style>
 a { background-color: #564B25; }

 a { background-color: rgb(86,75,37); }

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

<style>
 span { border-color: #564B25; }

 span { border-color: rgb(86,75,37); }

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