Html Css Color HEX #5C5341 Judge Grey

📋 copy color: '#5C5341'

red 92 ◦ green 83 ◦ blue 65

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

Shades of Judge Grey #5C5341

Tints of Judge Grey #5C5341

RGB

 RED value IS 92 (36.33% from 255) = 38.33%

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 38.33%
G = 34.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5C5341 (or 0x5C5341) is known color: Judge Grey. HEX triplet: 5C, 53 and 41. RGB value is (92,83,65). Sum of RGB (Red+Green+Blue) = 92+83+65=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5341 is #A3ACBE. Grayscale: #535353. Windows color (decimal): -10726591 or 4281180. OLE color: 4281180.

HSL color Cylindrical-coordinate representation of color #5C5341: hue angle of 40º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C5341 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 83 65 -
CMYK 0 0.10 0.29 0.64
HSL 40º 0.17% 0.31% -
HSV(B) 40º 0.29% 0.36% -
XYZ 8.46 8.84 6.26 -
YUV 83.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 92 83 65 0 0.10 0.29 0.64 40 0.17 0.31
Hex 5C 53 41 0 A 1D 40 28 11 1F
Octal 134 123 101 0 12 35 100 50 21 37
Binary 1011100 1010011 1000001 0 1010 11101 1000000 101000 10001 11111

Color Harmonies of #5C5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5341

Black with #5C5341

Text Example


Text Example

White with #5C5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,65); }

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

background-color css

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

 a { background-color: rgb(92,83,65); }

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

border-color css

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

 span { border-color: rgb(92,83,65); }

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