#5C5447

Color #5C5447 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #5C5447

Tints of Judge Grey #5C5447

Color information

#5C5447 (or 0x5C5447) is unknown color: approx Judge Grey. HEX triplet: 5C, 54 and 47. RGB value is (92,84,71). Sum of RGB (Red+Green+Blue) = 92+84+71=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5447 is #A3ABB8. Grayscale: #545454. Windows color (decimal): -10726329 or 4674652. OLE color: 4674652.

HSL color Cylindrical-coordinate representation of color #5C5447: hue angle of 37.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5447 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB928471-
CMYK00.090.230.64
HSL37.14º12.88%31.96%-
HSV(B)37.14º22.83%36.08%-
XYZ8.729.077.25-
YUV84.91120.15133.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.25%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=37.25%
G=34.01%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92847100.090.230.6437.1412.8831.96
Hex5C544709174025d20
Octal13412410701127100451540
Binary101110010101001000111010011011110000001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,71); }

 H1.HeaderClassName
 {
   color: #5C5447;
 }
 .AnyTagClassName
 {
   color: #5C5447;
 }
</style>
background-color css

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

 a { background-color: rgb(92,84,71); }

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

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

 span { border-color: rgb(92,84,71); }

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