Html Css Color HEX #4C4041 Jon

📋 copy color: '#4C4041'

red 76 ◦ green 64 ◦ blue 65

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

Shades of Jon #4C4041

Tints of Jon #4C4041

RGB

 RED value IS 76 (30.08% from 255) = 37.07%

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 37.07%
G = 31.22%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C4041 (or 0x4C4041) is known color: Jon. HEX triplet: 4C, 40 and 41. RGB value is (76,64,65). Sum of RGB (Red+Green+Blue) = 76+64+65=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4041 is #B3BFBE. Grayscale: #434343. Windows color (decimal): -11780031 or 4276300. OLE color: 4276300.

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

Color convert

RGB 76 64 65 -
CMYK 0 0.16 0.14 0.70
HSL 355º 0.09% 0.27% -
HSV(B) 355º 0.16% 0.3% -
XYZ 5.77 5.58 5.78 -
YUV 67.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 76 64 65 0 0.16 0.14 0.70 355 0.09 0.27
Hex 4C 40 41 0 10 E 46 163 9 1B
Octal 114 100 101 0 20 16 106 543 11 33
Binary 1001100 1000000 1000001 0 10000 1110 1000110 101100011 1001 11011

Color Harmonies of #4C4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4041

Black with #4C4041

Text Example


Text Example

White with #4C4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,65); }

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

background-color css

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

 a { background-color: rgb(76,64,65); }

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

border-color css

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

 span { border-color: rgb(76,64,65); }

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