Html Css Color HEX #594F45 Rock

📋 copy color: '#594F45'

red 89 ◦ green 79 ◦ blue 69

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

Shades of Rock #594F45

Tints of Rock #594F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 37.55%
G = 33.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#594F45 (or 0x594F45) is known color: Rock. HEX triplet: 59, 4F and 45. RGB value is (89,79,69). Sum of RGB (Red+Green+Blue) = 89+79+69=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #594F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F45 is #A6B0BA. Grayscale: #505050. Windows color (decimal): -10924219 or 4542297. OLE color: 4542297.

HSL color Cylindrical-coordinate representation of color #594F45: hue angle of 30º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594F45 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 69 -
CMYK 0 0.11 0.22 0.65
HSL 30º 0.13% 0.31% -
HSV(B) 30º 0.22% 0.35% -
XYZ 7.99 8.15 6.78 -
YUV 80.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 89 79 69 0 0.11 0.22 0.65 30 0.13 0.31
Hex 59 4F 45 0 B 16 41 1E D 1F
Octal 131 117 105 0 13 26 101 36 15 37
Binary 1011001 1001111 1000101 0 1011 10110 1000001 11110 1101 11111

Color Harmonies of #594F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F45

Black with #594F45

Text Example


Text Example

White with #594F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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