Html Css Color HEX #5F5749 Judge Grey

📋 copy color: '#5F5749'

red 95 ◦ green 87 ◦ blue 73

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

Shades of Judge Grey #5F5749

Tints of Judge Grey #5F5749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 37.25%
G = 34.12%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5F5749 (or 0x5F5749) is known color: Judge Grey. HEX triplet: 5F, 57 and 49. RGB value is (95,87,73). Sum of RGB (Red+Green+Blue) = 95+87+73=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5749 is #A0A8B6. Grayscale: #575757. Windows color (decimal): -10528951 or 4806495. OLE color: 4806495.

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

Color convert

RGB 95 87 73 -
CMYK 0 0.08 0.23 0.63
HSL 38.18º 0.13% 0.33% -
HSV(B) 38.18º 0.23% 0.37% -
XYZ 9.33 9.73 7.69 -
YUV 87.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 95 87 73 0 0.08 0.23 0.63 38.18 0.13 0.33
Hex 5F 57 49 0 8 17 3F 26 D 21
Octal 137 127 111 0 10 27 77 46 15 41
Binary 1011111 1010111 1001001 0 1000 10111 111111 100110 1101 100001

Color Harmonies of #5F5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5749

Black with #5F5749

Text Example


Text Example

White with #5F5749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,87,73); }

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

background-color css

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

 a { background-color: rgb(95,87,73); }

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

border-color css

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

 span { border-color: rgb(95,87,73); }

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