Html Css Color HEX #595127 Bronze Olive

📋 copy color: '#595127'

red 89 ◦ green 81 ◦ blue 39

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

Shades of Bronze Olive #595127

Tints of Bronze Olive #595127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 42.58%
G = 38.76%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#595127 (or 0x595127) is known color: Bronze Olive. HEX triplet: 59, 51 and 27. RGB value is (89,81,39). Sum of RGB (Red+Green+Blue) = 89+81+39=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #595127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595127 is #A6AED8. Grayscale: #4E4E4E. Windows color (decimal): -10923737 or 2576729. OLE color: 2576729.

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

Color convert

RGB 89 81 39 -
CMYK 0 0.09 0.56 0.65
HSL 50.4º 0.39% 0.25% -
HSV(B) 50.4º 0.56% 0.35% -
XYZ 7.43 8.16 3.1 -
YUV 78.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 89 81 39 0 0.09 0.56 0.65 50.4 0.39 0.25
Hex 59 51 27 0 9 38 41 32 27 19
Octal 131 121 47 0 11 70 101 62 47 31
Binary 1011001 1010001 100111 0 1001 111000 1000001 110010 100111 11001

Color Harmonies of #595127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595127

Black with #595127

Text Example


Text Example

White with #595127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595127; }

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

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

background-color css

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

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

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

border-color css

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

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

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