Html Css Color HEX #595008 Bronze Olive

📋 copy color: '#595008'

red 89 ◦ green 80 ◦ blue 8

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

Shades of Bronze Olive #595008

Tints of Bronze Olive #595008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 50.28%
G = 45.2%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#595008 (or 0x595008) is known color: Bronze Olive. HEX triplet: 59, 50 and 08. RGB value is (89,80,8). Sum of RGB (Red+Green+Blue) = 89+80+8=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #595008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595008 is #A6AFF7. Grayscale: #4A4A4A. Windows color (decimal): -10924024 or 544857. OLE color: 544857.

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

Color convert

RGB 89 80 8 -
CMYK 0 0.10 0.91 0.65
HSL 53.33º 0.84% 0.19% -
HSV(B) 53.33º 0.91% 0.35% -
XYZ 7.03 7.88 1.38 -
YUV 74.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 89 80 8 0 0.10 0.91 0.65 53.33 0.84 0.19
Hex 59 50 8 0 A 5B 41 35 54 13
Octal 131 120 10 0 12 133 101 65 124 23
Binary 1011001 1010000 1000 0 1010 1011011 1000001 110101 1010100 10011

Color Harmonies of #595008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595008

Black with #595008

Text Example


Text Example

White with #595008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595008; }

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

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

background-color css

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

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

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

border-color css

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

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

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