#482A0F

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

Shades of Bistre #482A0F

Tints of Bistre #482A0F

Color information

#482A0F (or 0x482A0F) is unknown color: approx Bistre. HEX triplet: 48, 2A and 0F. RGB value is (72,42,15). Sum of RGB (Red+Green+Blue) = 72+42+15=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A0F is #B7D5F0. Grayscale: #303030. Windows color (decimal): -12047857 or 993864. OLE color: 993864.

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

Color convert

RGB724215-
CMYK00.420.790.72
HSL28.42º65.52%17.06%-
HSV(B)28.42º79.17%28.24%-
XYZ3.593.070.86-
YUV47.89109.44145.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=55.81%
G=32.56%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72421500.420.790.7228.4265.5217.06
Hex482AF02A4F481c4211
Octal11052170521171103410221
Binary1001000101010111101010101001111100100011100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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