Html Css Color HEX #595310 Bronze Olive

📋 copy color: '#595310'

red 89 ◦ green 83 ◦ blue 16

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

Shades of Bronze Olive #595310

Tints of Bronze Olive #595310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 47.34%
G = 44.15%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#595310 (or 0x595310) is known color: Bronze Olive. HEX triplet: 59, 53 and 10. RGB value is (89,83,16). Sum of RGB (Red+Green+Blue) = 89+83+16=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595310 is #A6ACEF. Grayscale: #4D4D4D. Windows color (decimal): -10923248 or 1069913. OLE color: 1069913.

HSL color Cylindrical-coordinate representation of color #595310: hue angle of 55.07º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #595310 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 16 -
CMYK 0 0.07 0.82 0.65
HSL 55.07º 0.7% 0.21% -
HSV(B) 55.07º 0.82% 0.35% -
XYZ 7.31 8.35 1.72 -
YUV 77.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 89 83 16 0 0.07 0.82 0.65 55.07 0.7 0.21
Hex 59 53 10 0 7 52 41 37 46 15
Octal 131 123 20 0 7 122 101 67 106 25
Binary 1011001 1010011 10000 0 111 1010010 1000001 110111 1000110 10101

Color Harmonies of #595310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595310

Black with #595310

Text Example


Text Example

White with #595310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595310; }

 p { color: rgb(89,83,16); }

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

background-color css

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

 a { background-color: rgb(89,83,16); }

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

border-color css

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

 span { border-color: rgb(89,83,16); }

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