#4A4544

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

Shades of Crater Brown #4A4544

Tints of Crater Brown #4A4544

Color information

#4A4544 (or 0x4A4544) is unknown color: approx Crater Brown. HEX triplet: 4A, 45 and 44. RGB value is (74,69,68). Sum of RGB (Red+Green+Blue) = 74+69+68=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4544 is #B5BABB. Grayscale: #464646. Windows color (decimal): -11909820 or 4474186. OLE color: 4474186.

HSL color Cylindrical-coordinate representation of color #4A4544: hue angle of 10º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4544 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB746968-
CMYK00.070.080.71
HSL10º4.23%27.84%-
HSV(B)10º8.11%29.02%-
XYZ66.136.34-
YUV70.38126.66130.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.07%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=35.07%
G=32.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74696800.070.080.71104.2327.84
Hex4A454407847a41c
Octal112105104071010712434
Binary100101010001011000100011110001000111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,68); }

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

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

 a { background-color: rgb(74,69,68); }

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

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

 span { border-color: rgb(74,69,68); }

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