Html Css Color HEX #5E513C Judge Grey

📋 copy color: '#5E513C'

red 94 ◦ green 81 ◦ blue 60

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

Shades of Judge Grey #5E513C

Tints of Judge Grey #5E513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 40%
G = 34.47%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E513C (or 0x5E513C) is known color: Judge Grey. HEX triplet: 5E, 51 and 3C. RGB value is (94,81,60). Sum of RGB (Red+Green+Blue) = 94+81+60=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 94 - color contains mainly: red. Hex color #5E513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E513C is #A1AEC3. Grayscale: #525252. Windows color (decimal): -10596036 or 3952990. OLE color: 3952990.

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

Color convert

RGB 94 81 60 -
CMYK 0 0.14 0.36 0.63
HSL 37.06º 0.22% 0.3% -
HSV(B) 37.06º 0.36% 0.37% -
XYZ 8.37 8.59 5.49 -
YUV 82.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 94 81 60 0 0.14 0.36 0.63 37.06 0.22 0.3
Hex 5E 51 3C 0 E 24 3F 25 16 1E
Octal 136 121 74 0 16 44 77 45 26 36
Binary 1011110 1010001 111100 0 1110 100100 111111 100101 10110 11110

Color Harmonies of #5E513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E513C

Black with #5E513C

Text Example


Text Example

White with #5E513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,81,60); }

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

background-color css

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

 a { background-color: rgb(94,81,60); }

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

border-color css

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

 span { border-color: rgb(94,81,60); }

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