#4D3C3A

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

Shades of Crater Brown #4D3C3A

Tints of Crater Brown #4D3C3A

Color information

#4D3C3A (or 0x4D3C3A) is unknown color: approx Crater Brown. HEX triplet: 4D, 3C and 3A. RGB value is (77,60,58). Sum of RGB (Red+Green+Blue) = 77+60+58=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C3A is #B2C3C5. Grayscale: #404040. Windows color (decimal): -11715526 or 3816525. OLE color: 3816525.

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

Color convert

RGB776058-
CMYK00.220.250.70
HSL6.32º14.07%26.47%-
HSV(B)6.32º24.68%30.2%-
XYZ5.445.114.7-
YUV64.85124.13136.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=39.49%
G=30.77%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77605800.220.250.706.3214.0726.47
Hex4D3C3A01619466e1a
Octal11574720263110661632
Binary1001101111100111010010110110011000110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,58); }

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

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

 a { background-color: rgb(77,60,58); }

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

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

 span { border-color: rgb(77,60,58); }

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