Html Css Color HEX #595023 Bronze Olive

📋 copy color: '#595023'

red 89 ◦ green 80 ◦ blue 35

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

Shades of Bronze Olive #595023

Tints of Bronze Olive #595023

RGB

 RED value IS 89 (35.16% from 255) = 43.63%

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 43.63%
G = 39.22%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#595023 (or 0x595023) is known color: Bronze Olive. HEX triplet: 59, 50 and 23. RGB value is (89,80,35). Sum of RGB (Red+Green+Blue) = 89+80+35=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595023 is #A6AFDC. Grayscale: #4D4D4D. Windows color (decimal): -10923997 or 2314329. OLE color: 2314329.

HSL color Cylindrical-coordinate representation of color #595023: hue angle of 50º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595023 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 35 -
CMYK 0 0.10 0.61 0.65
HSL 50º 0.44% 0.24% -
HSV(B) 50º 0.61% 0.35% -
XYZ 7.29 7.98 2.75 -
YUV 77.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 89 80 35 0 0.10 0.61 0.65 50 0.44 0.24
Hex 59 50 23 0 A 3D 41 32 2C 18
Octal 131 120 43 0 12 75 101 62 54 30
Binary 1011001 1010000 100011 0 1010 111101 1000001 110010 101100 11000

Color Harmonies of #595023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595023

Black with #595023

Text Example


Text Example

White with #595023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595023; }

 p { color: rgb(89,80,35); }

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

background-color css

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

 a { background-color: rgb(89,80,35); }

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

border-color css

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

 span { border-color: rgb(89,80,35); }

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