#625020

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

Shades of Bronze Olive #625020

Tints of Bronze Olive #625020

Color information

#625020 (or 0x625020) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 20. RGB value is (98,80,32). Sum of RGB (Red+Green+Blue) = 98+80+32=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #625020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625020 is #9DAFDF. Grayscale: #505050. Windows color (decimal): -10334176 or 2117730. OLE color: 2117730.

HSL color Cylindrical-coordinate representation of color #625020: hue angle of 43.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #625020 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB988032-
CMYK00.180.670.62
HSL43.64º50.77%25.49%-
HSV(B)43.64º67.35%38.43%-
XYZ8.178.442.56-
YUV79.91100.96140.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=46.67%
G=38.10%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98803200.180.670.6243.6450.7725.49
Hex625020012433E2c3319
Octal1421204002210376546331
Binary11000101010000100000010010100001111111010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625020; }

 p { color: rgb(98,80,32); }

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

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

 a { background-color: rgb(98,80,32); }

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

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

 span { border-color: rgb(98,80,32); }

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