Html Css Color HEX #5F5247 Judge Grey

📋 copy color: '#5F5247'

red 95 ◦ green 82 ◦ blue 71

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

Shades of Judge Grey #5F5247

Tints of Judge Grey #5F5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 38.31%
G = 33.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#5F5247 (or 0x5F5247) is known color: Judge Grey. HEX triplet: 5F, 52 and 47. RGB value is (95,82,71). Sum of RGB (Red+Green+Blue) = 95+82+71=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5247 is #A0ADB8. Grayscale: #545454. Windows color (decimal): -10530233 or 4674143. OLE color: 4674143.

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

Color convert

RGB 95 82 71 -
CMYK 0 0.14 0.25 0.63
HSL 27.5º 0.14% 0.33% -
HSV(B) 27.5º 0.25% 0.37% -
XYZ 8.87 8.92 7.22 -
YUV 84.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 95 82 71 0 0.14 0.25 0.63 27.5 0.14 0.33
Hex 5F 52 47 0 E 19 3F 1C E 21
Octal 137 122 107 0 16 31 77 34 16 41
Binary 1011111 1010010 1000111 0 1110 11001 111111 11100 1110 100001

Color Harmonies of #5F5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5247

Black with #5F5247

Text Example


Text Example

White with #5F5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,82,71); }

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

background-color css

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

 a { background-color: rgb(95,82,71); }

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

border-color css

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

 span { border-color: rgb(95,82,71); }

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