#64531B

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

Shades of Bronze Olive #64531B

Tints of Bronze Olive #64531B

Color information

#64531B (or 0x64531B) is unknown color: approx Bronze Olive. HEX triplet: 64, 53 and 1B. RGB value is (100,83,27). Sum of RGB (Red+Green+Blue) = 100+83+27=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64531B is #9BACE4. Grayscale: #515151. Windows color (decimal): -10202341 or 1790820. OLE color: 1790820.

HSL color Cylindrical-coordinate representation of color #64531B: hue angle of 46.03º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64531B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1008327-
CMYK00.170.730.61
HSL46.03º57.48%24.9%-
HSV(B)46.03º73%39.22%-
XYZ8.558.972.32-
YUV81.797.13141.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=47.62%
G=39.52%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100832700.170.730.6146.0357.4824.9
Hex64531B011493D2e3919
Octal1441233302111175567131
Binary1100100101001111011010001100100111110110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64531B; }

 p { color: rgb(100,83,27); }

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

<style>
 a { background-color: #64531B; }

 a { background-color: rgb(100,83,27); }

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

<style>
 span { border-color: #64531B; }

 span { border-color: rgb(100,83,27); }

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