#4C3D3A

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

Shades of Crater Brown #4C3D3A

Tints of Crater Brown #4C3D3A

Color information

#4C3D3A (or 0x4C3D3A) is unknown color: approx Crater Brown. HEX triplet: 4C, 3D and 3A. RGB value is (76,61,58). Sum of RGB (Red+Green+Blue) = 76+61+58=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D3A is #B3C2C5. Grayscale: #414141. Windows color (decimal): -11780806 or 3816780. OLE color: 3816780.

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

Color convert

RGB766158-
CMYK00.200.240.70
HSL10º13.43%26.27%-
HSV(B)10º23.68%29.8%-
XYZ5.415.184.72-
YUV65.14123.97135.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=38.97%
G=31.28%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76615800.200.240.701013.4326.27
Hex4C3D3A0141846ad1a
Octal114757202430106121532
Binary10011001111011110100101001100010001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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