#625223

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

Shades of Bronze Olive #625223

Tints of Bronze Olive #625223

Color information

#625223 (or 0x625223) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 23. RGB value is (98,82,35). Sum of RGB (Red+Green+Blue) = 98+82+35=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #625223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625223 is #9DADDC. Grayscale: #515151. Windows color (decimal): -10333661 or 2314850. OLE color: 2314850.

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

Color convert

RGB988235-
CMYK00.160.640.62
HSL44.76º47.37%26.08%-
HSV(B)44.76º64.29%38.43%-
XYZ8.368.752.84-
YUV81.43101.8139.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=45.58%
G=38.14%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98823500.160.640.6244.7647.3726.08
Hex625223010403E2d2f1a
Octal1421224302010076555732
Binary11000101010010100011010000100000011111010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625223; }

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

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

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

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

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

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

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

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