Html Css Color HEX #4C3A3E Jon

📋 copy color: '#4C3A3E'

red 76 ◦ green 58 ◦ blue 62

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

Shades of Jon #4C3A3E

Tints of Jon #4C3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 38.78%
G = 29.59%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C3A3E (or 0x4C3A3E) is known color: Jon. HEX triplet: 4C, 3A and 3E. RGB value is (76,58,62). Sum of RGB (Red+Green+Blue) = 76+58+62=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A3E is #B3C5C1. Grayscale: #3F3F3F. Windows color (decimal): -11781570 or 4078156. OLE color: 4078156.

HSL color Cylindrical-coordinate representation of color #4C3A3E: hue angle of 346.67º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C3A3E is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 58 62 -
CMYK 0 0.24 0.18 0.70
HSL 346.67º 0.13% 0.26% -
HSV(B) 346.67º 0.24% 0.3% -
XYZ 5.36 4.91 5.22 -
YUV 63.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 76 58 62 0 0.24 0.18 0.70 346.67 0.13 0.26
Hex 4C 3A 3E 0 18 12 46 15B D 1A
Octal 114 72 76 0 30 22 106 533 15 32
Binary 1001100 111010 111110 0 11000 10010 1000110 101011011 1101 11010

Color Harmonies of #4C3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A3E

Black with #4C3A3E

Text Example


Text Example

White with #4C3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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