Html Css Color HEX #62520F Bronze Olive

📋 copy color: '#62520F'

red 98 ◦ green 82 ◦ blue 15

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

Shades of Bronze Olive #62520F

Tints of Bronze Olive #62520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 50.26%
G = 42.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62520F (or 0x62520F) is known color: Bronze Olive. HEX triplet: 62, 52 and 0F. RGB value is (98,82,15). Sum of RGB (Red+Green+Blue) = 98+82+15=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62520F is #9DADF0. Grayscale: #4F4F4F. Windows color (decimal): -10333681 or 1004130. OLE color: 1004130.

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

Color convert

RGB 98 82 15 -
CMYK 0 0.16 0.85 0.62
HSL 48.43º 0.73% 0.22% -
HSV(B) 48.43º 0.85% 0.38% -
XYZ 8.14 8.67 1.7 -
YUV 79.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 98 82 15 0 0.16 0.85 0.62 48.43 0.73 0.22
Hex 62 52 F 0 10 55 3E 30 49 16
Octal 142 122 17 0 20 125 76 60 111 26
Binary 1100010 1010010 1111 0 10000 1010101 111110 110000 1001001 10110

Color Harmonies of #62520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62520F

Black with #62520F

Text Example


Text Example

White with #62520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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