Html Css Color HEX #594B3F Rock

📋 copy color: '#594B3F'

red 89 ◦ green 75 ◦ blue 63

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

Shades of Rock #594B3F

Tints of Rock #594B3F

RGB

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

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

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

R = 39.21%
G = 33.04%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#594B3F (or 0x594B3F) is known color: Rock. HEX triplet: 59, 4B and 3F. RGB value is (89,75,63). Sum of RGB (Red+Green+Blue) = 89+75+63=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B3F is #A6B4C0. Grayscale: #4D4D4D. Windows color (decimal): -10925249 or 4148057. OLE color: 4148057.

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

Color convert

RGB 89 75 63 -
CMYK 0 0.16 0.29 0.65
HSL 27.69º 0.17% 0.3% -
HSV(B) 27.69º 0.29% 0.35% -
XYZ 7.53 7.51 5.76 -
YUV 77.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 89 75 63 0 0.16 0.29 0.65 27.69 0.17 0.3
Hex 59 4B 3F 0 10 1D 41 1C 11 1E
Octal 131 113 77 0 20 35 101 34 21 36
Binary 1011001 1001011 111111 0 10000 11101 1000001 11100 10001 11110

Color Harmonies of #594B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B3F

Black with #594B3F

Text Example


Text Example

White with #594B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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