#64521B

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

Shades of Bronze Olive #64521B

Tints of Bronze Olive #64521B

Color information

#64521B (or 0x64521B) is unknown color: approx Bronze Olive. HEX triplet: 64, 52 and 1B. RGB value is (100,82,27). Sum of RGB (Red+Green+Blue) = 100+82+27=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64521B is #9BADE4. Grayscale: #515151. Windows color (decimal): -10202597 or 1790564. OLE color: 1790564.

HSL color Cylindrical-coordinate representation of color #64521B: hue angle of 45.21º 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 #64521B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1008227-
CMYK00.180.730.61
HSL45.21º57.48%24.9%-
HSV(B)45.21º73%39.22%-
XYZ8.478.822.29-
YUV81.1197.46141.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=47.85%
G=39.23%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100822700.180.730.6145.2157.4824.9
Hex64521B012493D2d3919
Octal1441223302211175557131
Binary1100100101001011011010010100100111110110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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