#48413F

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

Shades of Crater Brown #48413F

Tints of Crater Brown #48413F

Color information

#48413F (or 0x48413F) is unknown color: approx Crater Brown. HEX triplet: 48, 41 and 3F. RGB value is (72,65,63). Sum of RGB (Red+Green+Blue) = 72+65+63=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413F is #B7BEC0. Grayscale: #424242. Windows color (decimal): -12041921 or 4145480. OLE color: 4145480.

HSL color Cylindrical-coordinate representation of color #48413F: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48413F is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB726563-
CMYK00.100.120.72
HSL13.33º6.67%26.47%-
HSV(B)13.33º12.5%28.24%-
XYZ5.465.525.48-
YUV66.86125.82131.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=36%
G=32.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72656300.100.120.7213.336.6726.47
Hex48413F0AC48d71a
Octal110101770121411015732
Binary100100010000011111110101011001001000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48413F; }

 p { color: rgb(72,65,63); }

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

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

 a { background-color: rgb(72,65,63); }

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

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

 span { border-color: rgb(72,65,63); }

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