Html Css Color HEX #5E5247 Judge Grey

📋 copy color: '#5E5247'

red 94 ◦ green 82 ◦ blue 71

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

Shades of Judge Grey #5E5247

Tints of Judge Grey #5E5247

RGB

 RED value IS 94 (37.11% from 255) = 38.06%

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

 BLUE value IS 71 (28.13% from 255) = 28.74%

R = 38.06%
G = 33.2%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E5247 (or 0x5E5247) is known color: Judge Grey. HEX triplet: 5E, 52 and 47. RGB value is (94,82,71). Sum of RGB (Red+Green+Blue) = 94+82+71=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5247 is #A1ADB8. Grayscale: #545454. Windows color (decimal): -10595769 or 4674142. OLE color: 4674142.

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

Color convert

RGB 94 82 71 -
CMYK 0 0.13 0.24 0.63
HSL 28.7º 0.14% 0.32% -
HSV(B) 28.7º 0.24% 0.37% -
XYZ 8.77 8.87 7.21 -
YUV 84.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 94 82 71 0 0.13 0.24 0.63 28.7 0.14 0.32
Hex 5E 52 47 0 D 18 3F 1D E 20
Octal 136 122 107 0 15 30 77 35 16 40
Binary 1011110 1010010 1000111 0 1101 11000 111111 11101 1110 100000

Color Harmonies of #5E5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5247

Black with #5E5247

Text Example


Text Example

White with #5E5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,71); }

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

background-color css

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

 a { background-color: rgb(94,82,71); }

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

border-color css

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

 span { border-color: rgb(94,82,71); }

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