Html Css Color HEX #4A4241 Crater Brown

📋 copy color: '#4A4241'

red 74 ◦ green 66 ◦ blue 65

#4A4241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #4A4241

Tints of Crater Brown #4A4241

RGB

 RED value IS 74 (29.3% from 255) = 36.1%

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 36.1%
G = 32.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#4A4241 (or 0x4A4241) is known color: Crater Brown. HEX triplet: 4A, 42 and 41. RGB value is (74,66,65). Sum of RGB (Red+Green+Blue) = 74+66+65=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4241 is #B5BDBE. Grayscale: #444444. Windows color (decimal): -11910591 or 4276810. OLE color: 4276810.

HSL color Cylindrical-coordinate representation of color #4A4241: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A4241 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 65 -
CMYK 0 0.11 0.12 0.71
HSL 6.67º 0.06% 0.27% -
HSV(B) 6.67º 0.12% 0.29% -
XYZ 5.73 5.73 5.81 -
YUV 68.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 74 66 65 0 0.11 0.12 0.71 6.67 0.06 0.27
Hex 4A 42 41 0 B C 47 7 6 1B
Octal 112 102 101 0 13 14 107 7 6 33
Binary 1001010 1000010 1000001 0 1011 1100 1000111 111 110 11011

Color Harmonies of #4A4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4241

Black with #4A4241

Text Example


Text Example

White with #4A4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,65); }

 H1.HeaderClassName
 {
   color: #4A4241;
 }
 .AnyTagClassName
 {
   color: #4A4241;
 }
</style>

background-color css

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

 a { background-color: rgb(74,66,65); }

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

border-color css

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

 span { border-color: rgb(74,66,65); }

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