#645019

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

Shades of Bronze Olive #645019

Tints of Bronze Olive #645019

Color information

#645019 (or 0x645019) is unknown color: approx Bronze Olive. HEX triplet: 64, 50 and 19. RGB value is (100,80,25). Sum of RGB (Red+Green+Blue) = 100+80+25=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #645019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645019 is #9BAFE6. Grayscale: #4F4F4F. Windows color (decimal): -10203111 or 1658980. OLE color: 1658980.

HSL color Cylindrical-coordinate representation of color #645019: hue angle of 44º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #645019 is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1008025-
CMYK00.20.750.61
HSL44º60%24.51%-
HSV(B)44º75%39.22%-
XYZ8.38.522.13-
YUV79.7197.13142.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=48.78%
G=39.02%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100802500.20.750.61446024.51
Hex6450190144B3D2c3c19
Octal1441203102411375547431
Binary1100100101000011001010100100101111110110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645019; }

 p { color: rgb(100,80,25); }

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

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

 a { background-color: rgb(100,80,25); }

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

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

 span { border-color: rgb(100,80,25); }

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