#625419

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

Shades of Bronze Olive #625419

Tints of Bronze Olive #625419

Color information

#625419 (or 0x625419) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 19. RGB value is (98,84,25). Sum of RGB (Red+Green+Blue) = 98+84+25=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625419 is #9DABE6. Grayscale: #515151. Windows color (decimal): -10333159 or 1660002. OLE color: 1660002.

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

Color convert

RGB988425-
CMYK00.140.740.62
HSL48.49º59.35%24.12%-
HSV(B)48.49º74.49%38.43%-
XYZ8.389.012.22-
YUV81.4696.14139.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=47.34%
G=40.58%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98842500.140.740.6248.4959.3524.12
Hex6254190E4A3E303b18
Octal1421243101611276607330
Binary110001010101001100101110100101011111011000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625419; }

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

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

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

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

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

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

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

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