Html Css Color HEX #58520D Bronze Olive

📋 copy color: '#58520D'

red 88 ◦ green 82 ◦ blue 13

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

Shades of Bronze Olive #58520D

Tints of Bronze Olive #58520D

RGB

 RED value IS 88 (34.77% from 255) = 48.09%

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

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 48.09%
G = 44.81%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58520D (or 0x58520D) is known color: Bronze Olive. HEX triplet: 58, 52 and 0D. RGB value is (88,82,13). Sum of RGB (Red+Green+Blue) = 88+82+13=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58520D is #A7ADF2. Grayscale: #4C4C4C. Windows color (decimal): -10989043 or 873048. OLE color: 873048.

HSL color Cylindrical-coordinate representation of color #58520D: hue angle of 55.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58520D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 13 -
CMYK 0 0.07 0.85 0.65
HSL 55.2º 0.74% 0.2% -
HSV(B) 55.2º 0.85% 0.35% -
XYZ 7.11 8.14 1.58 -
YUV 75.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 88 82 13 0 0.07 0.85 0.65 55.2 0.74 0.2
Hex 58 52 D 0 7 55 41 37 4A 14
Octal 130 122 15 0 7 125 101 67 112 24
Binary 1011000 1010010 1101 0 111 1010101 1000001 110111 1001010 10100

Color Harmonies of #58520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58520D

Black with #58520D

Text Example


Text Example

White with #58520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,82,13); }

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

background-color css

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

 a { background-color: rgb(88,82,13); }

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

border-color css

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

 span { border-color: rgb(88,82,13); }

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