Html Css Color HEX #5F5040 Rock

📋 copy color: '#5F5040'

red 95 ◦ green 80 ◦ blue 64

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

Shades of Rock #5F5040

Tints of Rock #5F5040

RGB

 RED value IS 95 (37.5% from 255) = 39.75%

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 39.75%
G = 33.47%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5F5040 (or 0x5F5040) is known color: Rock. HEX triplet: 5F, 50 and 40. RGB value is (95,80,64). Sum of RGB (Red+Green+Blue) = 95+80+64=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5040 is #A0AFBF. Grayscale: #525252. Windows color (decimal): -10530752 or 4214879. OLE color: 4214879.

HSL color Cylindrical-coordinate representation of color #5F5040: hue angle of 30.97º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5040 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 80 64 -
CMYK 0 0.16 0.33 0.63
HSL 30.97º 0.19% 0.31% -
HSV(B) 30.97º 0.33% 0.37% -
XYZ 8.51 8.54 6.05 -
YUV 82.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 95 80 64 0 0.16 0.33 0.63 30.97 0.19 0.31
Hex 5F 50 40 0 10 21 3F 1F 13 1F
Octal 137 120 100 0 20 41 77 37 23 37
Binary 1011111 1010000 1000000 0 10000 100001 111111 11111 10011 11111

Color Harmonies of #5F5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5040

Black with #5F5040

Text Example


Text Example

White with #5F5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5040; }

 p { color: rgb(95,80,64); }

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

background-color css

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

 a { background-color: rgb(95,80,64); }

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

border-color css

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

 span { border-color: rgb(95,80,64); }

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