Html Css Color HEX #625220 Bronze Olive

📋 copy color: '#625220'

red 98 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #625220

Tints of Bronze Olive #625220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

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

R = 46.23%
G = 38.68%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#625220 (or 0x625220) is known color: Bronze Olive. HEX triplet: 62, 52 and 20. RGB value is (98,82,32). Sum of RGB (Red+Green+Blue) = 98+82+32=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625220 is #9DADDF. Grayscale: #515151. Windows color (decimal): -10333664 or 2118242. OLE color: 2118242.

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

Color convert

RGB 98 82 32 -
CMYK 0 0.16 0.67 0.62
HSL 45.45º 0.51% 0.25% -
HSV(B) 45.45º 0.67% 0.38% -
XYZ 8.32 8.74 2.61 -
YUV 81.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 98 82 32 0 0.16 0.67 0.62 45.45 0.51 0.25
Hex 62 52 20 0 10 43 3E 2D 33 19
Octal 142 122 40 0 20 103 76 55 63 31
Binary 1100010 1010010 100000 0 10000 1000011 111110 101101 110011 11001

Color Harmonies of #625220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625220

Black with #625220

Text Example


Text Example

White with #625220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625220; }

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

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

background-color css

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

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

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

border-color css

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

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

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