Html Css Color HEX #585312 Bronze Olive

📋 copy color: '#585312'

red 88 ◦ green 83 ◦ blue 18

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

Shades of Bronze Olive #585312

Tints of Bronze Olive #585312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 46.56%
G = 43.92%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#585312 (or 0x585312) is known color: Bronze Olive. HEX triplet: 58, 53 and 12. RGB value is (88,83,18). Sum of RGB (Red+Green+Blue) = 88+83+18=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585312 is #A7ACED. Grayscale: #4D4D4D. Windows color (decimal): -10988782 or 1200984. OLE color: 1200984.

HSL color Cylindrical-coordinate representation of color #585312: hue angle of 55.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #585312 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 18 -
CMYK 0 0.06 0.80 0.65
HSL 55.71º 0.66% 0.21% -
HSV(B) 55.71º 0.8% 0.35% -
XYZ 7.23 8.3 1.79 -
YUV 77.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 88 83 18 0 0.06 0.80 0.65 55.71 0.66 0.21
Hex 58 53 12 0 6 50 41 38 42 15
Octal 130 123 22 0 6 120 101 70 102 25
Binary 1011000 1010011 10010 0 110 1010000 1000001 111000 1000010 10101

Color Harmonies of #585312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585312

Black with #585312

Text Example


Text Example

White with #585312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585312; }

 p { color: rgb(88,83,18); }

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

background-color css

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

 a { background-color: rgb(88,83,18); }

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

border-color css

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

 span { border-color: rgb(88,83,18); }

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