Html Css Color HEX #62531D Bronze Olive

📋 copy color: '#62531D'

red 98 ◦ green 83 ◦ blue 29

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

Shades of Bronze Olive #62531D

Tints of Bronze Olive #62531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 46.67%
G = 39.52%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62531D (or 0x62531D) is known color: Bronze Olive. HEX triplet: 62, 53 and 1D. RGB value is (98,83,29). Sum of RGB (Red+Green+Blue) = 98+83+29=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62531D is #9DACE2. Grayscale: #515151. Windows color (decimal): -10333411 or 1921890. OLE color: 1921890.

HSL color Cylindrical-coordinate representation of color #62531D: hue angle of 46.96º 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 #62531D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 83 29 -
CMYK 0 0.15 0.70 0.62
HSL 46.96º 0.54% 0.25% -
HSV(B) 46.96º 0.7% 0.38% -
XYZ 8.35 8.87 2.43 -
YUV 81.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 98 83 29 0 0.15 0.70 0.62 46.96 0.54 0.25
Hex 62 53 1D 0 F 46 3E 2F 36 19
Octal 142 123 35 0 17 106 76 57 66 31
Binary 1100010 1010011 11101 0 1111 1000110 111110 101111 110110 11001

Color Harmonies of #62531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62531D

Black with #62531D

Text Example


Text Example

White with #62531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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