#483D3C

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

Shades of Crater Brown #483D3C

Tints of Crater Brown #483D3C

Color information

#483D3C (or 0x483D3C) is unknown color: approx Crater Brown. HEX triplet: 48, 3D and 3C. RGB value is (72,61,60). Sum of RGB (Red+Green+Blue) = 72+61+60=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3C is #B7C2C3. Grayscale: #404040. Windows color (decimal): -12042948 or 3947848. OLE color: 3947848.

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

Color convert

RGB726160-
CMYK00.150.170.72
HSL9.09%25.88%-
HSV(B)16.67%28.24%-
XYZ5.165.044.98-
YUV64.18125.64133.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=37.31%
G=31.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72616000.150.170.7259.0925.88
Hex483D3C0F1148591a
Octal11075740172111051132
Binary100100011110111110001111100011001000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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