#4A3F3C

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

Shades of Crater Brown #4A3F3C

Tints of Crater Brown #4A3F3C

Color information

#4A3F3C (or 0x4A3F3C) is unknown color: approx Crater Brown. HEX triplet: 4A, 3F and 3C. RGB value is (74,63,60). Sum of RGB (Red+Green+Blue) = 74+63+60=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F3C is #B5C0C3. Grayscale: #414141. Windows color (decimal): -11911364 or 3948362. OLE color: 3948362.

HSL color Cylindrical-coordinate representation of color #4A3F3C: hue angle of 12.86º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A3F3C is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB746360-
CMYK00.150.190.71
HSL12.86º10.45%26.27%-
HSV(B)12.86º18.92%29.02%-
XYZ5.425.345.02-
YUV65.95124.64133.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=37.56%
G=31.98%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74636000.150.190.7112.8610.4526.27
Hex4A3F3C0F1347da1a
Octal112777401723107151232
Binary1001010111111111100011111001110001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,60); }

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

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

 a { background-color: rgb(74,63,60); }

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

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

 span { border-color: rgb(74,63,60); }

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