Html Css Color HEX #585325 Bronze Olive

📋 copy color: '#585325'

red 88 ◦ green 83 ◦ blue 37

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

Shades of Bronze Olive #585325

Tints of Bronze Olive #585325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 42.31%
G = 39.9%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#585325 (or 0x585325) is known color: Bronze Olive. HEX triplet: 58, 53 and 25. RGB value is (88,83,37). Sum of RGB (Red+Green+Blue) = 88+83+37=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585325 is #A7ACDA. Grayscale: #4F4F4F. Windows color (decimal): -10988763 or 2446168. OLE color: 2446168.

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

Color convert

RGB 88 83 37 -
CMYK 0 0.06 0.58 0.65
HSL 54.12º 0.41% 0.25% -
HSV(B) 54.12º 0.58% 0.35% -
XYZ 7.45 8.39 2.98 -
YUV 79.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 88 83 37 0 0.06 0.58 0.65 54.12 0.41 0.25
Hex 58 53 25 0 6 3A 41 36 29 19
Octal 130 123 45 0 6 72 101 66 51 31
Binary 1011000 1010011 100101 0 110 111010 1000001 110110 101001 11001

Color Harmonies of #585325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585325

Black with #585325

Text Example


Text Example

White with #585325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585325; }

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

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

background-color css

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

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

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

border-color css

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

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

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