Html Css Color HEX #4D3D41 Jon

📋 copy color: '#4D3D41'

red 77 ◦ green 61 ◦ blue 65

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

Shades of Jon #4D3D41

Tints of Jon #4D3D41

RGB

 RED value IS 77 (30.47% from 255) = 37.93%

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 37.93%
G = 30.05%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D3D41 (or 0x4D3D41) is known color: Jon. HEX triplet: 4D, 3D and 41. RGB value is (77,61,65). Sum of RGB (Red+Green+Blue) = 77+61+65=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D41 is #B2C2BE. Grayscale: #424242. Windows color (decimal): -11715263 or 4275533. OLE color: 4275533.

HSL color Cylindrical-coordinate representation of color #4D3D41: hue angle of 345º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D3D41 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 61 65 -
CMYK 0 0.21 0.16 0.70
HSL 345º 0.12% 0.27% -
HSV(B) 345º 0.21% 0.3% -
XYZ 5.68 5.3 5.72 -
YUV 66.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 77 61 65 0 0.21 0.16 0.70 345 0.12 0.27
Hex 4D 3D 41 0 15 10 46 159 C 1B
Octal 115 75 101 0 25 20 106 531 14 33
Binary 1001101 111101 1000001 0 10101 10000 1000110 101011001 1100 11011

Color Harmonies of #4D3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3D41

Black with #4D3D41

Text Example


Text Example

White with #4D3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D3D41; }

 p { color: rgb(77,61,65); }

 H1.HeaderClassName
 {
   color: #4D3D41;
 }
 .AnyTagClassName
 {
   color: #4D3D41;
 }
</style>

background-color css

<style>
 a { background-color: #4D3D41; }

 a { background-color: rgb(77,61,65); }

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

border-color css

<style>
 span { border-color: #4D3D41; }

 span { border-color: rgb(77,61,65); }

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