Html Css Color HEX #595515 Bronze Olive

📋 copy color: '#595515'

red 89 ◦ green 85 ◦ blue 21

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

Shades of Bronze Olive #595515

Tints of Bronze Olive #595515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 45.64%
G = 43.59%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#595515 (or 0x595515) is known color: Bronze Olive. HEX triplet: 59, 55 and 15. RGB value is (89,85,21). Sum of RGB (Red+Green+Blue) = 89+85+21=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #595515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595515 is #A6AAEA. Grayscale: #4F4F4F. Windows color (decimal): -10922731 or 1398105. OLE color: 1398105.

HSL color Cylindrical-coordinate representation of color #595515: hue angle of 56.47º 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 #595515 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 85 21 -
CMYK 0 0.04 0.76 0.65
HSL 56.47º 0.62% 0.22% -
HSV(B) 56.47º 0.76% 0.35% -
XYZ 7.5 8.67 1.99 -
YUV 78.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 89 85 21 0 0.04 0.76 0.65 56.47 0.62 0.22
Hex 59 55 15 0 4 4C 41 38 3E 16
Octal 131 125 25 0 4 114 101 70 76 26
Binary 1011001 1010101 10101 0 100 1001100 1000001 111000 111110 10110

Color Harmonies of #595515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595515

Black with #595515

Text Example


Text Example

White with #595515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595515; }

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

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

background-color css

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

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

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

border-color css

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

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

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