Html Css Color HEX #4C3D3E Jon

📋 copy color: '#4C3D3E'

red 76 ◦ green 61 ◦ blue 62

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

Shades of Jon #4C3D3E

Tints of Jon #4C3D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.16%

R = 38.19%
G = 30.65%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C3D3E (or 0x4C3D3E) is known color: Jon. HEX triplet: 4C, 3D and 3E. RGB value is (76,61,62). Sum of RGB (Red+Green+Blue) = 76+61+62=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D3E is #B3C2C1. Grayscale: #414141. Windows color (decimal): -11780802 or 4078924. OLE color: 4078924.

HSL color Cylindrical-coordinate representation of color #4C3D3E: hue angle of 356º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C3D3E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 61 62 -
CMYK 0 0.20 0.18 0.70
HSL 356º 0.11% 0.27% -
HSV(B) 356º 0.2% 0.3% -
XYZ 5.52 5.22 5.27 -
YUV 65.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 76 61 62 0 0.20 0.18 0.70 356 0.11 0.27
Hex 4C 3D 3E 0 14 12 46 164 B 1B
Octal 114 75 76 0 24 22 106 544 13 33
Binary 1001100 111101 111110 0 10100 10010 1000110 101100100 1011 11011

Color Harmonies of #4C3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D3E

Black with #4C3D3E

Text Example


Text Example

White with #4C3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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