Html Css Color HEX #5D5242 Judge Grey

📋 copy color: '#5D5242'

red 93 ◦ green 82 ◦ blue 66

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

Shades of Judge Grey #5D5242

Tints of Judge Grey #5D5242

RGB

 RED value IS 93 (36.72% from 255) = 38.59%

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

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 38.59%
G = 34.02%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5D5242 (or 0x5D5242) is known color: Judge Grey. HEX triplet: 5D, 52 and 42. RGB value is (93,82,66). Sum of RGB (Red+Green+Blue) = 93+82+66=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5242 is #A2ADBD. Grayscale: #535353. Windows color (decimal): -10661310 or 4346461. OLE color: 4346461.

HSL color Cylindrical-coordinate representation of color #5D5242: hue angle of 35.56º 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 #5D5242 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 82 66 -
CMYK 0 0.12 0.29 0.64
HSL 35.56º 0.17% 0.31% -
HSV(B) 35.56º 0.29% 0.36% -
XYZ 8.51 8.76 6.4 -
YUV 83.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 93 82 66 0 0.12 0.29 0.64 35.56 0.17 0.31
Hex 5D 52 42 0 C 1D 40 24 11 1F
Octal 135 122 102 0 14 35 100 44 21 37
Binary 1011101 1010010 1000010 0 1100 11101 1000000 100100 10001 11111

Color Harmonies of #5D5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5242

Black with #5D5242

Text Example


Text Example

White with #5D5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,66); }

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

background-color css

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

 a { background-color: rgb(93,82,66); }

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

border-color css

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

 span { border-color: rgb(93,82,66); }

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