Html Css Color HEX #482806 Bistre

📋 copy color: '#482806'

red 72 ◦ green 40 ◦ blue 6

#482806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #482806

Tints of Bistre #482806

RGB

 RED value IS 72 (28.52% from 255) = 61.02%

 GREEN value IS 40 (16.02% from 255) = 33.9%

 BLUE value IS 6 (2.73% from 255) = 5.08%

R = 61.02%
G = 33.9%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482806 (or 0x482806) is known color: Bistre. HEX triplet: 48, 28 and 06. RGB value is (72,40,6). Sum of RGB (Red+Green+Blue) = 72+40+6=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482806 is #B7D7F9. Grayscale: #2D2D2D. Windows color (decimal): -12048378 or 403528. OLE color: 403528.

HSL color Cylindrical-coordinate representation of color #482806: hue angle of 30.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482806 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 6 -
CMYK 0 0.44 0.92 0.72
HSL 30.91º 0.85% 0.15% -
HSV(B) 30.91º 0.92% 0.28% -
XYZ 3.46 2.91 0.55 -
YUV 45.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 72 40 6 0 0.44 0.92 0.72 30.91 0.85 0.15
Hex 48 28 6 0 2C 5C 48 1F 55 F
Octal 110 50 6 0 54 134 110 37 125 17
Binary 1001000 101000 110 0 101100 1011100 1001000 11111 1010101 1111

Color Harmonies of #482806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482806

Black with #482806

Text Example


Text Example

White with #482806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482806; }

 p { color: rgb(72,40,6); }

 H1.HeaderClassName
 {
   color: #482806;
 }
 .AnyTagClassName
 {
   color: #482806;
 }
</style>

background-color css

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

 a { background-color: rgb(72,40,6); }

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

border-color css

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

 span { border-color: rgb(72,40,6); }

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