Html Css Color HEX #4C3C3D Jon

📋 copy color: '#4C3C3D'

red 76 ◦ green 60 ◦ blue 61

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

Shades of Jon #4C3C3D

Tints of Jon #4C3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

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

R = 38.58%
G = 30.46%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C3C3D (or 0x4C3C3D) is known color: Jon. HEX triplet: 4C, 3C and 3D. RGB value is (76,60,61). Sum of RGB (Red+Green+Blue) = 76+60+61=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C3D is #B3C3C2. Grayscale: #404040. Windows color (decimal): -11781059 or 4013132. OLE color: 4013132.

HSL color Cylindrical-coordinate representation of color #4C3C3D: hue angle of 356.25º 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 #4C3C3D is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 60 61 -
CMYK 0 0.21 0.20 0.70
HSL 356.25º 0.12% 0.27% -
HSV(B) 356.25º 0.21% 0.3% -
XYZ 5.44 5.11 5.11 -
YUV 64.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 76 60 61 0 0.21 0.20 0.70 356.25 0.12 0.27
Hex 4C 3C 3D 0 15 14 46 164 C 1B
Octal 114 74 75 0 25 24 106 544 14 33
Binary 1001100 111100 111101 0 10101 10100 1000110 101100100 1100 11011

Color Harmonies of #4C3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C3D

Black with #4C3C3D

Text Example


Text Example

White with #4C3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,61); }

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

background-color css

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

 a { background-color: rgb(76,60,61); }

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

border-color css

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

 span { border-color: rgb(76,60,61); }

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