#483E3B

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

Shades of Crater Brown #483E3B

Tints of Crater Brown #483E3B

Color information

#483E3B (or 0x483E3B) is unknown color: approx Crater Brown. HEX triplet: 48, 3E and 3B. RGB value is (72,62,59). Sum of RGB (Red+Green+Blue) = 72+62+59=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E3B is #B7C1C4. Grayscale: #404040. Windows color (decimal): -12042693 or 3882568. OLE color: 3882568.

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

Color convert

RGB726259-
CMYK00.140.180.72
HSL13.85º9.92%25.69%-
HSV(B)13.85º18.06%28.24%-
XYZ5.185.144.86-
YUV64.65124.81133.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=37.31%
G=32.12%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72625900.140.180.7213.859.9225.69
Hex483E3B0E1248ea1a
Octal110767301622110161232
Binary1001000111110111011011101001010010001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E3B; }

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

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

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

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

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

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

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

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