Html Css Color HEX #595105 Bronze Olive

📋 copy color: '#595105'

red 89 ◦ green 81 ◦ blue 5

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

Shades of Bronze Olive #595105

Tints of Bronze Olive #595105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 50.86%
G = 46.29%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#595105 (or 0x595105) is known color: Bronze Olive. HEX triplet: 59, 51 and 05. RGB value is (89,81,5). Sum of RGB (Red+Green+Blue) = 89+81+5=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #595105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595105 is #A6AEFA. Grayscale: #4B4B4B. Windows color (decimal): -10923771 or 348505. OLE color: 348505.

HSL color Cylindrical-coordinate representation of color #595105: hue angle of 54.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #595105 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 5 -
CMYK 0 0.09 0.94 0.65
HSL 54.29º 0.89% 0.18% -
HSV(B) 54.29º 0.94% 0.35% -
XYZ 7.09 8.02 1.32 -
YUV 74.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 89 81 5 0 0.09 0.94 0.65 54.29 0.89 0.18
Hex 59 51 5 0 9 5E 41 36 59 12
Octal 131 121 5 0 11 136 101 66 131 22
Binary 1011001 1010001 101 0 1001 1011110 1000001 110110 1011001 10010

Color Harmonies of #595105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595105

Black with #595105

Text Example


Text Example

White with #595105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595105; }

 p { color: rgb(89,81,5); }

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

background-color css

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

 a { background-color: rgb(89,81,5); }

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

border-color css

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

 span { border-color: rgb(89,81,5); }

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