Html Css Color HEX #595015 Bronze Olive

📋 copy color: '#595015'

red 89 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #595015

Tints of Bronze Olive #595015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 46.84%
G = 42.11%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#595015 (or 0x595015) is known color: Bronze Olive. HEX triplet: 59, 50 and 15. RGB value is (89,80,21). Sum of RGB (Red+Green+Blue) = 89+80+21=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #595015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595015 is #A6AFEA. Grayscale: #4C4C4C. Windows color (decimal): -10924011 or 1396825. OLE color: 1396825.

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

Color convert

RGB 89 80 21 -
CMYK 0 0.10 0.76 0.65
HSL 52.06º 0.62% 0.22% -
HSV(B) 52.06º 0.76% 0.35% -
XYZ 7.12 7.92 1.86 -
YUV 75.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 89 80 21 0 0.10 0.76 0.65 52.06 0.62 0.22
Hex 59 50 15 0 A 4C 41 34 3E 16
Octal 131 120 25 0 12 114 101 64 76 26
Binary 1011001 1010000 10101 0 1010 1001100 1000001 110100 111110 10110

Color Harmonies of #595015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595015

Black with #595015

Text Example


Text Example

White with #595015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595015; }

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

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

background-color css

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

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

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

border-color css

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

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

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