Html Css Color HEX #585326 Bronze Olive

📋 copy color: '#585326'

red 88 ◦ green 83 ◦ blue 38

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

Shades of Bronze Olive #585326

Tints of Bronze Olive #585326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 42.11%
G = 39.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#585326 (or 0x585326) is known color: Bronze Olive. HEX triplet: 58, 53 and 26. RGB value is (88,83,38). Sum of RGB (Red+Green+Blue) = 88+83+38=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #585326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585326 is #A7ACD9. Grayscale: #4F4F4F. Windows color (decimal): -10988762 or 2511704. OLE color: 2511704.

HSL color Cylindrical-coordinate representation of color #585326: hue angle of 54º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585326 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 38 -
CMYK 0 0.06 0.57 0.65
HSL 54º 0.4% 0.25% -
HSV(B) 54º 0.57% 0.35% -
XYZ 7.47 8.4 3.06 -
YUV 79.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 88 83 38 0 0.06 0.57 0.65 54 0.4 0.25
Hex 58 53 26 0 6 39 41 36 28 19
Octal 130 123 46 0 6 71 101 66 50 31
Binary 1011000 1010011 100110 0 110 111001 1000001 110110 101000 11001

Color Harmonies of #585326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585326

Black with #585326

Text Example


Text Example

White with #585326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585326; }

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

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

background-color css

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

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

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

border-color css

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

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

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