Html Css Color HEX #625017 Bronze Olive

📋 copy color: '#625017'

red 98 ◦ green 80 ◦ blue 23

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

Shades of Bronze Olive #625017

Tints of Bronze Olive #625017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 48.76%
G = 39.8%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#625017 (or 0x625017) is known color: Bronze Olive. HEX triplet: 62, 50 and 17. RGB value is (98,80,23). Sum of RGB (Red+Green+Blue) = 98+80+23=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625017 is #9DAFE8. Grayscale: #4F4F4F. Windows color (decimal): -10334185 or 1527906. OLE color: 1527906.

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

Color convert

RGB 98 80 23 -
CMYK 0 0.18 0.77 0.62
HSL 45.6º 0.62% 0.24% -
HSV(B) 45.6º 0.77% 0.38% -
XYZ 8.06 8.4 2.01 -
YUV 78.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 98 80 23 0 0.18 0.77 0.62 45.6 0.62 0.24
Hex 62 50 17 0 12 4D 3E 2E 3E 18
Octal 142 120 27 0 22 115 76 56 76 30
Binary 1100010 1010000 10111 0 10010 1001101 111110 101110 111110 11000

Color Harmonies of #625017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625017

Black with #625017

Text Example


Text Example

White with #625017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625017; }

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

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

background-color css

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

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

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

border-color css

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

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

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