Html Css Color HEX #585213 Bronze Olive

📋 copy color: '#585213'

red 88 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #585213

Tints of Bronze Olive #585213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 46.56%
G = 43.39%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#585213 (or 0x585213) is known color: Bronze Olive. HEX triplet: 58, 52 and 13. RGB value is (88,82,19). Sum of RGB (Red+Green+Blue) = 88+82+19=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585213 is #A7ADEC. Grayscale: #4C4C4C. Windows color (decimal): -10989037 or 1266264. OLE color: 1266264.

HSL color Cylindrical-coordinate representation of color #585213: hue angle of 54.78º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #585213 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 19 -
CMYK 0 0.07 0.78 0.65
HSL 54.78º 0.64% 0.21% -
HSV(B) 54.78º 0.78% 0.35% -
XYZ 7.16 8.16 1.81 -
YUV 76.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 88 82 19 0 0.07 0.78 0.65 54.78 0.64 0.21
Hex 58 52 13 0 7 4E 41 37 40 15
Octal 130 122 23 0 7 116 101 67 100 25
Binary 1011000 1010010 10011 0 111 1001110 1000001 110111 1000000 10101

Color Harmonies of #585213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585213

Black with #585213

Text Example


Text Example

White with #585213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585213; }

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

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

background-color css

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

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

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

border-color css

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

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

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