Html Css Color HEX #594532 Brown Derby

📋 copy color: '#594532'

red 89 ◦ green 69 ◦ blue 50

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

Shades of Brown Derby #594532

Tints of Brown Derby #594532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 42.79%
G = 33.17%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#594532 (or 0x594532) is known color: Brown Derby. HEX triplet: 59, 45 and 32. RGB value is (89,69,50). Sum of RGB (Red+Green+Blue) = 89+69+50=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #594532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594532 is #A6BACD. Grayscale: #484848. Windows color (decimal): -10926798 or 3294553. OLE color: 3294553.

HSL color Cylindrical-coordinate representation of color #594532: hue angle of 29.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594532 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 50 -
CMYK 0 0.22 0.44 0.65
HSL 29.23º 0.28% 0.27% -
HSV(B) 29.23º 0.44% 0.35% -
XYZ 6.82 6.61 3.93 -
YUV 72.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 89 69 50 0 0.22 0.44 0.65 29.23 0.28 0.27
Hex 59 45 32 0 16 2C 41 1D 1C 1B
Octal 131 105 62 0 26 54 101 35 34 33
Binary 1011001 1000101 110010 0 10110 101100 1000001 11101 11100 11011

Color Harmonies of #594532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594532

Black with #594532

Text Example


Text Example

White with #594532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594532; }

 p { color: rgb(89,69,50); }

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

background-color css

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

 a { background-color: rgb(89,69,50); }

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

border-color css

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

 span { border-color: rgb(89,69,50); }

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