Html Css Color HEX #594C3F Rock

📋 copy color: '#594C3F'

red 89 ◦ green 76 ◦ blue 63

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

Shades of Rock #594C3F

Tints of Rock #594C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 27.63%

R = 39.04%
G = 33.33%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#594C3F (or 0x594C3F) is known color: Rock. HEX triplet: 59, 4C and 3F. RGB value is (89,76,63). Sum of RGB (Red+Green+Blue) = 89+76+63=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C3F is #A6B3C0. Grayscale: #4E4E4E. Windows color (decimal): -10924993 or 4148313. OLE color: 4148313.

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

Color convert

RGB 89 76 63 -
CMYK 0 0.15 0.29 0.65
HSL 30º 0.17% 0.3% -
HSV(B) 30º 0.29% 0.35% -
XYZ 7.6 7.65 5.78 -
YUV 78.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 89 76 63 0 0.15 0.29 0.65 30 0.17 0.3
Hex 59 4C 3F 0 F 1D 41 1E 11 1E
Octal 131 114 77 0 17 35 101 36 21 36
Binary 1011001 1001100 111111 0 1111 11101 1000001 11110 10001 11110

Color Harmonies of #594C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C3F

Black with #594C3F

Text Example


Text Example

White with #594C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,63); }

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

background-color css

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

 a { background-color: rgb(89,76,63); }

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

border-color css

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

 span { border-color: rgb(89,76,63); }

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