#5F533C

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

Shades of Judge Grey #5F533C

Tints of Judge Grey #5F533C

Color information

#5F533C (or 0x5F533C) is unknown color: approx Judge Grey. HEX triplet: 5F, 53 and 3C. RGB value is (95,83,60). Sum of RGB (Red+Green+Blue) = 95+83+60=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F533C is #A0ACC3. Grayscale: #545454. Windows color (decimal): -10529988 or 3953503. OLE color: 3953503.

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

Color convert

RGB958360-
CMYK00.130.370.63
HSL39.43º22.58%30.39%-
HSV(B)39.43º36.84%37.25%-
XYZ8.638.955.55-
YUV83.97114.48135.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=39.92%
G=34.87%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95836000.130.370.6339.4322.5830.39
Hex5F533C0D253F27171e
Octal137123740154577472736
Binary10111111010011111100011011001011111111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,60); }

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

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

 a { background-color: rgb(95,83,60); }

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

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

 span { border-color: rgb(95,83,60); }

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