Html Css Color HEX #5C5449 Judge Grey

📋 copy color: '#5C5449'

red 92 ◦ green 84 ◦ blue 73

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

Shades of Judge Grey #5C5449

Tints of Judge Grey #5C5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 36.95%
G = 33.73%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C5449 (or 0x5C5449) is known color: Judge Grey. HEX triplet: 5C, 54 and 49. RGB value is (92,84,73). Sum of RGB (Red+Green+Blue) = 92+84+73=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5449 is #A3ABB6. Grayscale: #555555. Windows color (decimal): -10726327 or 4805724. OLE color: 4805724.

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

Color convert

RGB 92 84 73 -
CMYK 0 0.09 0.21 0.64
HSL 34.74º 0.12% 0.32% -
HSV(B) 34.74º 0.21% 0.36% -
XYZ 8.79 9.1 7.6 -
YUV 85.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 92 84 73 0 0.09 0.21 0.64 34.74 0.12 0.32
Hex 5C 54 49 0 9 15 40 23 C 20
Octal 134 124 111 0 11 25 100 43 14 40
Binary 1011100 1010100 1001001 0 1001 10101 1000000 100011 1100 100000

Color Harmonies of #5C5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5449

Black with #5C5449

Text Example


Text Example

White with #5C5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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