#482300

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

Shades of Bistre #482300

Tints of Bistre #482300

Color information

#482300 (or 0x482300) is unknown color: approx Bistre. HEX triplet: 48, 23 and 00. RGB value is (72,35,0). Sum of RGB (Red+Green+Blue) = 72+35+0=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482300 is #B7DCFF. Grayscale: #2A2A2A. Windows color (decimal): -12049664 or 9032. OLE color: 9032.

HSL color Cylindrical-coordinate representation of color #482300: hue angle of 29.17º 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 #482300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72350-
CMYK00.5110.72
HSL29.17º100%14.12%-
HSV(B)29.17º100%28.24%-
XYZ3.272.580.33-
YUV42.07104.26149.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.29%
G=32.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235000.5110.7229.1710014.12
Hex4823003364481d64e
Octal1104300631441103514416
Binary100100010001100110011110010010010001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482300; }

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

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

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

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

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

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

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

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