Html Css Color HEX #595101 Bronze Olive

📋 copy color: '#595101'

red 89 ◦ green 81 ◦ blue 1

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

Shades of Bronze Olive #595101

Tints of Bronze Olive #595101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 52.05%
G = 47.37%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#595101 (or 0x595101) is known color: Bronze Olive. HEX triplet: 59, 51 and 01. RGB value is (89,81,1). Sum of RGB (Red+Green+Blue) = 89+81+1=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #595101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595101 is #A6AEFE. Grayscale: #4A4A4A. Windows color (decimal): -10923775 or 86361. OLE color: 86361.

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

Color convert

RGB 89 81 1 -
CMYK 0 0.09 0.99 0.65
HSL 54.55º 0.98% 0.18% -
HSV(B) 54.55º 0.99% 0.35% -
XYZ 7.07 8.01 1.2 -
YUV 74.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 89 81 1 0 0.09 0.99 0.65 54.55 0.98 0.18
Hex 59 51 1 0 9 63 41 37 62 12
Octal 131 121 1 0 11 143 101 67 142 22
Binary 1011001 1010001 1 0 1001 1100011 1000001 110111 1100010 10010

Color Harmonies of #595101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595101

Black with #595101

Text Example


Text Example

White with #595101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595101; }

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

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

background-color css

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

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

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

border-color css

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

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

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