Html Css Color HEX #482908 Bistre

📋 copy color: '#482908'

red 72 ◦ green 41 ◦ blue 8

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

Shades of Bistre #482908

Tints of Bistre #482908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 59.5%
G = 33.88%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482908 (or 0x482908) is known color: Bistre. HEX triplet: 48, 29 and 08. RGB value is (72,41,8). Sum of RGB (Red+Green+Blue) = 72+41+8=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482908 is #B7D6F7. Grayscale: #2E2E2E. Windows color (decimal): -12048120 or 534856. OLE color: 534856.

HSL color Cylindrical-coordinate representation of color #482908: hue angle of 30.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #482908 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 8 -
CMYK 0 0.43 0.89 0.72
HSL 30.94º 0.8% 0.16% -
HSV(B) 30.94º 0.89% 0.28% -
XYZ 3.51 2.98 0.62 -
YUV 46.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 72 41 8 0 0.43 0.89 0.72 30.94 0.8 0.16
Hex 48 29 8 0 2B 59 48 1F 50 10
Octal 110 51 10 0 53 131 110 37 120 20
Binary 1001000 101001 1000 0 101011 1011001 1001000 11111 1010000 10000

Color Harmonies of #482908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482908

Black with #482908

Text Example


Text Example

White with #482908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482908; }

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

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

background-color css

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

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

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

border-color css

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

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

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