Html Css Color HEX #595102 Bronze Olive

📋 copy color: '#595102'

red 89 ◦ green 81 ◦ blue 2

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

Shades of Bronze Olive #595102

Tints of Bronze Olive #595102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 51.74%
G = 47.09%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#595102 (or 0x595102) is known color: Bronze Olive. HEX triplet: 59, 51 and 02. RGB value is (89,81,2). Sum of RGB (Red+Green+Blue) = 89+81+2=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #595102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595102 is #A6AEFD. Grayscale: #4A4A4A. Windows color (decimal): -10923774 or 151897. OLE color: 151897.

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

Color convert

RGB 89 81 2 -
CMYK 0 0.09 0.98 0.65
HSL 54.48º 0.96% 0.18% -
HSV(B) 54.48º 0.98% 0.35% -
XYZ 7.07 8.01 1.23 -
YUV 74.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 89 81 2 0 0.09 0.98 0.65 54.48 0.96 0.18
Hex 59 51 2 0 9 62 41 36 60 12
Octal 131 121 2 0 11 142 101 66 140 22
Binary 1011001 1010001 10 0 1001 1100010 1000001 110110 1100000 10010

Color Harmonies of #595102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595102

Black with #595102

Text Example


Text Example

White with #595102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595102; }

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

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

background-color css

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

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

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

border-color css

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

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

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