Html Css Color HEX #625521 Bronze Olive

📋 copy color: '#625521'

red 98 ◦ green 85 ◦ blue 33

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

Shades of Bronze Olive #625521

Tints of Bronze Olive #625521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 45.37%
G = 39.35%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#625521 (or 0x625521) is known color: Bronze Olive. HEX triplet: 62, 55 and 21. RGB value is (98,85,33). Sum of RGB (Red+Green+Blue) = 98+85+33=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #625521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625521 is #9DAADE. Grayscale: #535353. Windows color (decimal): -10332895 or 2184546. OLE color: 2184546.

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

Color convert

RGB 98 85 33 -
CMYK 0 0.13 0.66 0.62
HSL 48º 0.5% 0.26% -
HSV(B) 48º 0.66% 0.38% -
XYZ 8.56 9.2 2.76 -
YUV 82.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 98 85 33 0 0.13 0.66 0.62 48 0.5 0.26
Hex 62 55 21 0 D 42 3E 30 32 1A
Octal 142 125 41 0 15 102 76 60 62 32
Binary 1100010 1010101 100001 0 1101 1000010 111110 110000 110010 11010

Color Harmonies of #625521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625521

Black with #625521

Text Example


Text Example

White with #625521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625521; }

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

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

background-color css

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

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

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

border-color css

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

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

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