Html Css Color HEX #4C4442 Crater Brown

📋 copy color: '#4C4442'

red 76 ◦ green 68 ◦ blue 66

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

Shades of Crater Brown #4C4442

Tints of Crater Brown #4C4442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 36.19%
G = 32.38%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C4442 (or 0x4C4442) is known color: Crater Brown. HEX triplet: 4C, 44 and 42. RGB value is (76,68,66). Sum of RGB (Red+Green+Blue) = 76+68+66=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4442 is #B3BBBD. Grayscale: #464646. Windows color (decimal): -11779006 or 4342860. OLE color: 4342860.

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

Color convert

RGB 76 68 66 -
CMYK 0 0.11 0.13 0.70
HSL 12º 0.07% 0.28% -
HSV(B) 12º 0.13% 0.3% -
XYZ 6.03 6.06 6.01 -
YUV 70.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 76 68 66 0 0.11 0.13 0.70 12 0.07 0.28
Hex 4C 44 42 0 B D 46 C 7 1C
Octal 114 104 102 0 13 15 106 14 7 34
Binary 1001100 1000100 1000010 0 1011 1101 1000110 1100 111 11100

Color Harmonies of #4C4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4442

Black with #4C4442

Text Example


Text Example

White with #4C4442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,66); }

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

background-color css

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

 a { background-color: rgb(76,68,66); }

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

border-color css

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

 span { border-color: rgb(76,68,66); }

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