Html Css Color HEX #62501F Bronze Olive

📋 copy color: '#62501F'

red 98 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #62501F

Tints of Bronze Olive #62501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 46.89%
G = 38.28%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62501F (or 0x62501F) is known color: Bronze Olive. HEX triplet: 62, 50 and 1F. RGB value is (98,80,31). Sum of RGB (Red+Green+Blue) = 98+80+31=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62501F is #9DAFE0. Grayscale: #505050. Windows color (decimal): -10334177 or 2052194. OLE color: 2052194.

HSL color Cylindrical-coordinate representation of color #62501F: hue angle of 43.88º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62501F is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 31 -
CMYK 0 0.18 0.68 0.62
HSL 43.88º 0.52% 0.25% -
HSV(B) 43.88º 0.68% 0.38% -
XYZ 8.15 8.43 2.49 -
YUV 79.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 98 80 31 0 0.18 0.68 0.62 43.88 0.52 0.25
Hex 62 50 1F 0 12 44 3E 2C 34 19
Octal 142 120 37 0 22 104 76 54 64 31
Binary 1100010 1010000 11111 0 10010 1000100 111110 101100 110100 11001

Color Harmonies of #62501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62501F

Black with #62501F

Text Example


Text Example

White with #62501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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