Html Css Color HEX #625217 Bronze Olive

📋 copy color: '#625217'

red 98 ◦ green 82 ◦ blue 23

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

Shades of Bronze Olive #625217

Tints of Bronze Olive #625217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 48.28%
G = 40.39%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#625217 (or 0x625217) is known color: Bronze Olive. HEX triplet: 62, 52 and 17. RGB value is (98,82,23). Sum of RGB (Red+Green+Blue) = 98+82+23=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625217 is #9DADE8. Grayscale: #505050. Windows color (decimal): -10333673 or 1528418. OLE color: 1528418.

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

Color convert

RGB 98 82 23 -
CMYK 0 0.16 0.77 0.62
HSL 47.2º 0.62% 0.24% -
HSV(B) 47.2º 0.77% 0.38% -
XYZ 8.21 8.69 2.06 -
YUV 80.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 98 82 23 0 0.16 0.77 0.62 47.2 0.62 0.24
Hex 62 52 17 0 10 4D 3E 2F 3E 18
Octal 142 122 27 0 20 115 76 57 76 30
Binary 1100010 1010010 10111 0 10000 1001101 111110 101111 111110 11000

Color Harmonies of #625217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625217

Black with #625217

Text Example


Text Example

White with #625217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625217; }

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

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

background-color css

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

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

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

border-color css

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

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

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