#64541D

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

Shades of Bronze Olive #64541D

Tints of Bronze Olive #64541D

Color information

#64541D (or 0x64541D) is unknown color: approx Bronze Olive. HEX triplet: 64, 54 and 1D. RGB value is (100,84,29). Sum of RGB (Red+Green+Blue) = 100+84+29=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64541D is #9BABE2. Grayscale: #525252. Windows color (decimal): -10202083 or 1922148. OLE color: 1922148.

HSL color Cylindrical-coordinate representation of color #64541D: hue angle of 46.48º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64541D is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1008429-
CMYK00.160.710.61
HSL46.48º55.04%25.29%-
HSV(B)46.48º71%39.22%-
XYZ8.659.142.47-
YUV82.5197.8140.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=46.95%
G=39.44%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100842900.160.710.6146.4855.0425.29
Hex64541D010473D2e3719
Octal1441243502010775566731
Binary1100100101010011101010000100011111110110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64541D; }

 p { color: rgb(100,84,29); }

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

<style>
 a { background-color: #64541D; }

 a { background-color: rgb(100,84,29); }

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

<style>
 span { border-color: #64541D; }

 span { border-color: rgb(100,84,29); }

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