Html Css Color HEX #595307 Bronze Olive

📋 copy color: '#595307'

red 89 ◦ green 83 ◦ blue 7

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

Shades of Bronze Olive #595307

Tints of Bronze Olive #595307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.91%

R = 49.72%
G = 46.37%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#595307 (or 0x595307) is known color: Bronze Olive. HEX triplet: 59, 53 and 07. RGB value is (89,83,7). Sum of RGB (Red+Green+Blue) = 89+83+7=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #595307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595307 is #A6ACF8. Grayscale: #4C4C4C. Windows color (decimal): -10923257 or 480089. OLE color: 480089.

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

Color convert

RGB 89 83 7 -
CMYK 0 0.07 0.92 0.65
HSL 55.61º 0.85% 0.19% -
HSV(B) 55.61º 0.92% 0.35% -
XYZ 7.25 8.33 1.43 -
YUV 76.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 89 83 7 0 0.07 0.92 0.65 55.61 0.85 0.19
Hex 59 53 7 0 7 5C 41 38 55 13
Octal 131 123 7 0 7 134 101 70 125 23
Binary 1011001 1010011 111 0 111 1011100 1000001 111000 1010101 10011

Color Harmonies of #595307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595307

Black with #595307

Text Example


Text Example

White with #595307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595307; }

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

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

background-color css

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

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

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

border-color css

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

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

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