#48403E

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

Shades of Crater Brown #48403E

Tints of Crater Brown #48403E

Color information

#48403E (or 0x48403E) is unknown color: approx Crater Brown. HEX triplet: 48, 40 and 3E. RGB value is (72,64,62). Sum of RGB (Red+Green+Blue) = 72+64+62=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #48403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403E is #B7BFC1. Grayscale: #424242. Windows color (decimal): -12042178 or 4079688. OLE color: 4079688.

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

Color convert

RGB726462-
CMYK00.110.140.72
HSL12º7.46%26.27%-
HSV(B)12º13.89%28.24%-
XYZ5.385.395.31-
YUV66.16125.65132.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=36.36%
G=32.32%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72646200.110.140.72127.4626.27
Hex48403E0BE48c71a
Octal110100760131611014732
Binary100100010000001111100101111101001000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48403E; }

 p { color: rgb(72,64,62); }

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

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

 a { background-color: rgb(72,64,62); }

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

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

 span { border-color: rgb(72,64,62); }

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