Html Css Color HEX #62501D Bronze Olive

📋 copy color: '#62501D'

red 98 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #62501D

Tints of Bronze Olive #62501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 47.34%
G = 38.65%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62501D (or 0x62501D) is known color: Bronze Olive. HEX triplet: 62, 50 and 1D. RGB value is (98,80,29). Sum of RGB (Red+Green+Blue) = 98+80+29=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62501D is #9DAFE2. Grayscale: #4F4F4F. Windows color (decimal): -10334179 or 1921122. OLE color: 1921122.

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

Color convert

RGB 98 80 29 -
CMYK 0 0.18 0.70 0.62
HSL 44.35º 0.54% 0.25% -
HSV(B) 44.35º 0.7% 0.38% -
XYZ 8.13 8.42 2.36 -
YUV 79.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 98 80 29 0 0.18 0.70 0.62 44.35 0.54 0.25
Hex 62 50 1D 0 12 46 3E 2C 36 19
Octal 142 120 35 0 22 106 76 54 66 31
Binary 1100010 1010000 11101 0 10010 1000110 111110 101100 110110 11001

Color Harmonies of #62501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62501D

Black with #62501D

Text Example


Text Example

White with #62501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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