#4C4645

Color #4C4645 Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #4C4645

Tints of Crater Brown #4C4645

Color information

#4C4645 (or 0x4C4645) is unknown color: approx Crater Brown. HEX triplet: 4C, 46 and 45. RGB value is (76,70,69). Sum of RGB (Red+Green+Blue) = 76+70+69=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4645 is #B3B9BA. Grayscale: #474747. Windows color (decimal): -11778491 or 4539980. OLE color: 4539980.

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

Color convert

RGB767069-
CMYK00.080.090.70
HSL8.57º4.83%28.43%-
HSV(B)8.57º9.21%29.8%-
XYZ6.246.356.53-
YUV71.68126.49131.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=35.35%
G=32.56%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76706900.080.090.708.574.8328.43
Hex4C464508946951c
Octal1141061050101110611534
Binary1001100100011010001010100010011000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,69); }

 H1.HeaderClassName
 {
   color: #4C4645;
 }
 .AnyTagClassName
 {
   color: #4C4645;
 }
</style>
background-color css

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

 a { background-color: rgb(76,70,69); }

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

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

 span { border-color: rgb(76,70,69); }

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