#4B4645

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

Shades of Crater Brown #4B4645

Tints of Crater Brown #4B4645

Color information

#4B4645 (or 0x4B4645) is unknown color: approx Crater Brown. HEX triplet: 4B, 46 and 45. RGB value is (75,70,69). Sum of RGB (Red+Green+Blue) = 75+70+69=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4645 is #B4B9BA. Grayscale: #474747. Windows color (decimal): -11844027 or 4539979. OLE color: 4539979.

HSL color Cylindrical-coordinate representation of color #4B4645: 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 #4B4645 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB757069-
CMYK00.070.080.71
HSL10º4.17%28.24%-
HSV(B)10º8%29.41%-
XYZ6.176.316.52-
YUV71.38126.66130.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=35.05%
G=32.71%
B=32.24%

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
Decimal75706900.070.080.71104.1728.24
Hex4B464507847a41c
Octal113106105071010712434
Binary100101110001101000101011110001000111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,69); }

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

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

 a { background-color: rgb(75,70,69); }

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

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

 span { border-color: rgb(75,70,69); }

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