Html Css Color HEX #594B27 Bronze Olive

📋 copy color: '#594B27'

red 89 ◦ green 75 ◦ blue 39

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

Shades of Bronze Olive #594B27

Tints of Bronze Olive #594B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.95%

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

R = 43.84%
G = 36.95%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#594B27 (or 0x594B27) is known color: Bronze Olive. HEX triplet: 59, 4B and 27. RGB value is (89,75,39). Sum of RGB (Red+Green+Blue) = 89+75+39=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #594B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B27 is #A6B4D8. Grayscale: #4B4B4B. Windows color (decimal): -10925273 or 2575193. OLE color: 2575193.

HSL color Cylindrical-coordinate representation of color #594B27: hue angle of 43.2º 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 #594B27 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 75 39 -
CMYK 0 0.16 0.56 0.65
HSL 43.2º 0.39% 0.25% -
HSV(B) 43.2º 0.56% 0.35% -
XYZ 7 7.3 2.96 -
YUV 75.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 89 75 39 0 0.16 0.56 0.65 43.2 0.39 0.25
Hex 59 4B 27 0 10 38 41 2B 27 19
Octal 131 113 47 0 20 70 101 53 47 31
Binary 1011001 1001011 100111 0 10000 111000 1000001 101011 100111 11001

Color Harmonies of #594B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B27

Black with #594B27

Text Example


Text Example

White with #594B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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