Html Css Color HEX #5A5247 Judge Grey

📋 copy color: '#5A5247'

red 90 ◦ green 82 ◦ blue 71

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

Shades of Judge Grey #5A5247

Tints of Judge Grey #5A5247

RGB

 RED value IS 90 (35.55% from 255) = 37.04%

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

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

R = 37.04%
G = 33.74%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A5247 (or 0x5A5247) is known color: Judge Grey. HEX triplet: 5A, 52 and 47. RGB value is (90,82,71). Sum of RGB (Red+Green+Blue) = 90+82+71=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5247 is #A5ADB8. Grayscale: #535353. Windows color (decimal): -10857913 or 4674138. OLE color: 4674138.

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

Color convert

RGB 90 82 71 -
CMYK 0 0.09 0.21 0.65
HSL 34.74º 0.12% 0.32% -
HSV(B) 34.74º 0.21% 0.35% -
XYZ 8.37 8.66 7.19 -
YUV 83.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 90 82 71 0 0.09 0.21 0.65 34.74 0.12 0.32
Hex 5A 52 47 0 9 15 41 23 C 20
Octal 132 122 107 0 11 25 101 43 14 40
Binary 1011010 1010010 1000111 0 1001 10101 1000001 100011 1100 100000

Color Harmonies of #5A5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5247

Black with #5A5247

Text Example


Text Example

White with #5A5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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