#482A0D

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

Shades of Bistre #482A0D

Tints of Bistre #482A0D

Color information

#482A0D (or 0x482A0D) is unknown color: approx Bistre. HEX triplet: 48, 2A and 0D. RGB value is (72,42,13). Sum of RGB (Red+Green+Blue) = 72+42+13=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A0D is #B7D5F2. Grayscale: #2F2F2F. Windows color (decimal): -12047859 or 862792. OLE color: 862792.

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

Color convert

RGB724213-
CMYK00.420.820.72
HSL29.49º69.41%16.67%-
HSV(B)29.49º81.94%28.24%-
XYZ3.573.060.78-
YUV47.66108.44145.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=56.69%
G=33.07%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72421300.420.820.7229.4969.4116.67
Hex482AD02A52481d4511
Octal11052150521221103510521
Binary1001000101010110101010101010010100100011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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