#483B39

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

Shades of Crater Brown #483B39

Tints of Crater Brown #483B39

Color information

#483B39 (or 0x483B39) is unknown color: approx Crater Brown. HEX triplet: 48, 3B and 39. RGB value is (72,59,57). Sum of RGB (Red+Green+Blue) = 72+59+57=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B39 is #B7C4C6. Grayscale: #3E3E3E. Windows color (decimal): -12043463 or 3750728. OLE color: 3750728.

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

Color convert

RGB725957-
CMYK00.180.210.72
HSL11.63%25.29%-
HSV(B)20.83%28.24%-
XYZ4.974.84.54-
YUV62.66124.81134.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=38.30%
G=31.38%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595700.180.210.72811.6325.29
Hex483B3901215488c19
Octal110737102225110101431
Binary10010001110111110010100101010110010001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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