#482400

Color #482400 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #482400

Tints of Bistre #482400

Color information

#482400 (or 0x482400) is unknown color: approx Bistre. HEX triplet: 48, 24 and 00. RGB value is (72,36,0). Sum of RGB (Red+Green+Blue) = 72+36+0=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482400 is #B7DBFF. Grayscale: #2A2A2A. Windows color (decimal): -12049408 or 9288. OLE color: 9288.

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

Color convert

RGB72360-
CMYK00.510.72
HSL30º100%14.12%-
HSV(B)30º100%28.24%-
XYZ3.32.640.34-
YUV42.66103.93148.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236000.510.723010014.12
Hex4824003264481e64e
Octal1104400621441103614416
Binary100100010010000110010110010010010001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482400; }

 p { color: rgb(72,36,0); }

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

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

 a { background-color: rgb(72,36,0); }

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

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

 span { border-color: rgb(72,36,0); }

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