Html Css Color HEX #595007 Bronze Olive

📋 copy color: '#595007'

red 89 ◦ green 80 ◦ blue 7

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

Shades of Bronze Olive #595007

Tints of Bronze Olive #595007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 50.57%
G = 45.45%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#595007 (or 0x595007) is known color: Bronze Olive. HEX triplet: 59, 50 and 07. RGB value is (89,80,7). Sum of RGB (Red+Green+Blue) = 89+80+7=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #595007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595007 is #A6AFF8. Grayscale: #4A4A4A. Windows color (decimal): -10924025 or 479321. OLE color: 479321.

HSL color Cylindrical-coordinate representation of color #595007: hue angle of 53.41º 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 #595007 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 7 -
CMYK 0 0.10 0.92 0.65
HSL 53.41º 0.85% 0.19% -
HSV(B) 53.41º 0.92% 0.35% -
XYZ 7.03 7.88 1.35 -
YUV 74.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 89 80 7 0 0.10 0.92 0.65 53.41 0.85 0.19
Hex 59 50 7 0 A 5C 41 35 55 13
Octal 131 120 7 0 12 134 101 65 125 23
Binary 1011001 1010000 111 0 1010 1011100 1000001 110101 1010101 10011

Color Harmonies of #595007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595007

Black with #595007

Text Example


Text Example

White with #595007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595007; }

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

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

background-color css

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

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

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

border-color css

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

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

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