Html Css Color HEX #5F513D Judge Grey

📋 copy color: '#5F513D'

red 95 ◦ green 81 ◦ blue 61

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

Shades of Judge Grey #5F513D

Tints of Judge Grey #5F513D

RGB

 RED value IS 95 (37.5% from 255) = 40.08%

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

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 40.08%
G = 34.18%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5F513D (or 0x5F513D) is known color: Judge Grey. HEX triplet: 5F, 51 and 3D. RGB value is (95,81,61). Sum of RGB (Red+Green+Blue) = 95+81+61=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 95 - color contains mainly: red. Hex color #5F513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F513D is #A0AEC2. Grayscale: #525252. Windows color (decimal): -10530499 or 4018527. OLE color: 4018527.

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

Color convert

RGB 95 81 61 -
CMYK 0 0.15 0.36 0.63
HSL 35.29º 0.22% 0.31% -
HSV(B) 35.29º 0.36% 0.37% -
XYZ 8.5 8.65 5.64 -
YUV 82.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 95 81 61 0 0.15 0.36 0.63 35.29 0.22 0.31
Hex 5F 51 3D 0 F 24 3F 23 16 1F
Octal 137 121 75 0 17 44 77 43 26 37
Binary 1011111 1010001 111101 0 1111 100100 111111 100011 10110 11111

Color Harmonies of #5F513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F513D

Black with #5F513D

Text Example


Text Example

White with #5F513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,81,61); }

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

background-color css

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

 a { background-color: rgb(95,81,61); }

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

border-color css

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

 span { border-color: rgb(95,81,61); }

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