Html Css Color HEX #62521F Bronze Olive

📋 copy color: '#62521F'

red 98 ◦ green 82 ◦ blue 31

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

Shades of Bronze Olive #62521F

Tints of Bronze Olive #62521F

RGB

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

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

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

R = 46.45%
G = 38.86%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62521F (or 0x62521F) is known color: Bronze Olive. HEX triplet: 62, 52 and 1F. RGB value is (98,82,31). Sum of RGB (Red+Green+Blue) = 98+82+31=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62521F is #9DADE0. Grayscale: #515151. Windows color (decimal): -10333665 or 2052706. OLE color: 2052706.

HSL color Cylindrical-coordinate representation of color #62521F: hue angle of 45.67º 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 #62521F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 82 31 -
CMYK 0 0.16 0.68 0.62
HSL 45.67º 0.52% 0.25% -
HSV(B) 45.67º 0.68% 0.38% -
XYZ 8.3 8.73 2.54 -
YUV 80.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 98 82 31 0 0.16 0.68 0.62 45.67 0.52 0.25
Hex 62 52 1F 0 10 44 3E 2E 34 19
Octal 142 122 37 0 20 104 76 56 64 31
Binary 1100010 1010010 11111 0 10000 1000100 111110 101110 110100 11001

Color Harmonies of #62521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62521F

Black with #62521F

Text Example


Text Example

White with #62521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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