#483D3A

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

Shades of Crater Brown #483D3A

Tints of Crater Brown #483D3A

Color information

#483D3A (or 0x483D3A) is unknown color: approx Crater Brown. HEX triplet: 48, 3D and 3A. RGB value is (72,61,58). Sum of RGB (Red+Green+Blue) = 72+61+58=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3A is #B7C2C5. Grayscale: #3F3F3F. Windows color (decimal): -12042950 or 3816776. OLE color: 3816776.

HSL color Cylindrical-coordinate representation of color #483D3A: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483D3A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB726158-
CMYK00.150.190.72
HSL12.86º10.77%25.49%-
HSV(B)12.86º19.44%28.24%-
XYZ5.15.024.7-
YUV63.95124.64133.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=37.70%
G=31.94%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72615800.150.190.7212.8610.7725.49
Hex483D3A0F1348db19
Octal110757201723110151331
Binary1001000111101111010011111001110010001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,58); }

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

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

 a { background-color: rgb(72,61,58); }

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

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

 span { border-color: rgb(72,61,58); }

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