#625224

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

Shades of Bronze Olive #625224

Tints of Bronze Olive #625224

Color information

#625224 (or 0x625224) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 24. RGB value is (98,82,36). Sum of RGB (Red+Green+Blue) = 98+82+36=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #625224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625224 is #9DADDB. Grayscale: #515151. Windows color (decimal): -10333660 or 2380386. OLE color: 2380386.

HSL color Cylindrical-coordinate representation of color #625224: hue angle of 44.52º 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 #625224 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB988236-
CMYK00.160.630.62
HSL44.52º46.27%26.27%-
HSV(B)44.52º63.27%38.43%-
XYZ8.378.762.92-
YUV81.54102.3139.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=45.37%
G=37.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98823600.160.630.6244.5246.2726.27
Hex6252240103F3E2d2e1a
Octal142122440207776555632
Binary1100010101001010010001000011111111111010110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625224; }

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

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

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

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

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

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

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

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