#454241

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

Shades of Crater Brown #454241

Tints of Crater Brown #454241

Color information

#454241 (or 0x454241) is unknown color: approx Crater Brown. HEX triplet: 45, 42 and 41. RGB value is (69,66,65). Sum of RGB (Red+Green+Blue) = 69+66+65=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 69 - color contains mainly: red. Hex color #454241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454241 is #BABDBE. Grayscale: #424242. Windows color (decimal): -12238271 or 4276805. OLE color: 4276805.

HSL color Cylindrical-coordinate representation of color #454241: hue angle of 15º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #454241 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB696665-
CMYK00.040.060.73
HSL15º2.99%26.27%-
HSV(B)15º5.8%27.06%-
XYZ5.365.545.79-
YUV66.78126.99129.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=34.5%
G=33%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69666500.040.060.73152.9926.27
Hex45424104649f31a
Octal10510210104611117332
Binary1000101100001010000010100110100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454241; }

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

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

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

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

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

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

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

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