Html Css Color HEX #482906 Bistre

📋 copy color: '#482906'

red 72 ◦ green 41 ◦ blue 6

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

Shades of Bistre #482906

Tints of Bistre #482906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.45%

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

R = 60.5%
G = 34.45%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482906 (or 0x482906) is known color: Bistre. HEX triplet: 48, 29 and 06. RGB value is (72,41,6). Sum of RGB (Red+Green+Blue) = 72+41+6=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #482906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482906 is #B7D6F9. Grayscale: #2E2E2E. Windows color (decimal): -12048122 or 403784. OLE color: 403784.

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

Color convert

RGB 72 41 6 -
CMYK 0 0.43 0.92 0.72
HSL 31.82º 0.85% 0.15% -
HSV(B) 31.82º 0.92% 0.28% -
XYZ 3.5 2.98 0.56 -
YUV 46.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 72 41 6 0 0.43 0.92 0.72 31.82 0.85 0.15
Hex 48 29 6 0 2B 5C 48 20 55 F
Octal 110 51 6 0 53 134 110 40 125 17
Binary 1001000 101001 110 0 101011 1011100 1001000 100000 1010101 1111

Color Harmonies of #482906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482906

Black with #482906

Text Example


Text Example

White with #482906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482906; }

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

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

background-color css

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

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

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

border-color css

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

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

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