#482A07

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

Shades of Bistre #482A07

Tints of Bistre #482A07

Color information

#482A07 (or 0x482A07) is unknown color: approx Bistre. HEX triplet: 48, 2A and 07. RGB value is (72,42,7). Sum of RGB (Red+Green+Blue) = 72+42+7=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A07 is #B7D5F8. Grayscale: #2F2F2F. Windows color (decimal): -12047865 or 469576. OLE color: 469576.

HSL color Cylindrical-coordinate representation of color #482A07: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482A07 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72427-
CMYK00.420.900.72
HSL32.31º82.28%15.49%-
HSV(B)32.31º90.28%28.24%-
XYZ3.543.050.6-
YUV46.98105.44145.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=59.50%
G=34.71%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7242700.420.900.7232.3182.2815.49
Hex482A702A5A482052f
Octal1105270521321104012217
Binary100100010101011101010101011010100100010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A07; }

 p { color: rgb(72,42,7); }

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

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

 a { background-color: rgb(72,42,7); }

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

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

 span { border-color: rgb(72,42,7); }

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