Html Css Color HEX #595028 Bronze Olive

📋 copy color: '#595028'

red 89 ◦ green 80 ◦ blue 40

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

Shades of Bronze Olive #595028

Tints of Bronze Olive #595028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 42.58%
G = 38.28%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#595028 (or 0x595028) is known color: Bronze Olive. HEX triplet: 59, 50 and 28. RGB value is (89,80,40). Sum of RGB (Red+Green+Blue) = 89+80+40=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #595028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595028 is #A6AFD7. Grayscale: #4E4E4E. Windows color (decimal): -10923992 or 2642009. OLE color: 2642009.

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

Color convert

RGB 89 80 40 -
CMYK 0 0.10 0.55 0.65
HSL 48.98º 0.38% 0.25% -
HSV(B) 48.98º 0.55% 0.35% -
XYZ 7.37 8.01 3.17 -
YUV 78.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 89 80 40 0 0.10 0.55 0.65 48.98 0.38 0.25
Hex 59 50 28 0 A 37 41 31 26 19
Octal 131 120 50 0 12 67 101 61 46 31
Binary 1011001 1010000 101000 0 1010 110111 1000001 110001 100110 11001

Color Harmonies of #595028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595028

Black with #595028

Text Example


Text Example

White with #595028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595028; }

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

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

background-color css

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

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

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

border-color css

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

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

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