Html Css Color HEX #4B4241 Crater Brown

📋 copy color: '#4B4241'

red 75 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #4B4241

Tints of Crater Brown #4B4241

RGB

 RED value IS 75 (29.69% from 255) = 36.41%

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

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

R = 36.41%
G = 32.04%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B4241 (or 0x4B4241) is known color: Crater Brown. HEX triplet: 4B, 42 and 41. RGB value is (75,66,65). Sum of RGB (Red+Green+Blue) = 75+66+65=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4241 is #B4BDBE. Grayscale: #444444. Windows color (decimal): -11845055 or 4276811. OLE color: 4276811.

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

Color convert

RGB 75 66 65 -
CMYK 0 0.12 0.13 0.71
HSL 0.07% 0.27% -
HSV(B) 0.13% 0.29% -
XYZ 5.8 5.77 5.81 -
YUV 68.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 75 66 65 0 0.12 0.13 0.71 6 0.07 0.27
Hex 4B 42 41 0 C D 47 6 7 1B
Octal 113 102 101 0 14 15 107 6 7 33
Binary 1001011 1000010 1000001 0 1100 1101 1000111 110 111 11011

Color Harmonies of #4B4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4241

Black with #4B4241

Text Example


Text Example

White with #4B4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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