Html Css Color HEX #625520 Bronze Olive

📋 copy color: '#625520'

red 98 ◦ green 85 ◦ blue 32

#625520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #625520

Tints of Bronze Olive #625520

RGB

 RED value IS 98 (38.67% from 255) = 45.58%

 GREEN value IS 85 (33.59% from 255) = 39.53%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 45.58%
G = 39.53%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#625520 (or 0x625520) is known color: Bronze Olive. HEX triplet: 62, 55 and 20. RGB value is (98,85,32). Sum of RGB (Red+Green+Blue) = 98+85+32=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #625520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625520 is #9DAADF. Grayscale: #535353. Windows color (decimal): -10332896 or 2119010. OLE color: 2119010.

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

Color convert

RGB 98 85 32 -
CMYK 0 0.13 0.67 0.62
HSL 48.18º 0.51% 0.25% -
HSV(B) 48.18º 0.67% 0.38% -
XYZ 8.55 9.2 2.69 -
YUV 82.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 98 85 32 0 0.13 0.67 0.62 48.18 0.51 0.25
Hex 62 55 20 0 D 43 3E 30 33 19
Octal 142 125 40 0 15 103 76 60 63 31
Binary 1100010 1010101 100000 0 1101 1000011 111110 110000 110011 11001

Color Harmonies of #625520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625520

Black with #625520

Text Example


Text Example

White with #625520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625520; }

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

 H1.HeaderClassName
 {
   color: #625520;
 }
 .AnyTagClassName
 {
   color: #625520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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