#625424

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

Shades of Bronze Olive #625424

Tints of Bronze Olive #625424

Color information

#625424 (or 0x625424) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 24. RGB value is (98,84,36). Sum of RGB (Red+Green+Blue) = 98+84+36=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #625424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625424 is #9DABDB. Grayscale: #525252. Windows color (decimal): -10333148 or 2380898. OLE color: 2380898.

HSL color Cylindrical-coordinate representation of color #625424: hue angle of 46.45º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #625424 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB988436-
CMYK00.140.630.62
HSL46.45º46.27%26.27%-
HSV(B)46.45º63.27%38.43%-
XYZ8.539.062.97-
YUV82.71101.64138.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=44.95%
G=38.53%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98843600.140.630.6246.4546.2726.27
Hex6254240E3F3E2e2e1a
Octal142124440167776565632
Binary110001010101001001000111011111111111010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625424; }

 p { color: rgb(98,84,36); }

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

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

 a { background-color: rgb(98,84,36); }

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

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

 span { border-color: rgb(98,84,36); }

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