Html Css Color HEX #482508 Bistre

📋 copy color: '#482508'

red 72 ◦ green 37 ◦ blue 8

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

Shades of Bistre #482508

Tints of Bistre #482508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

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

R = 61.54%
G = 31.62%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482508 (or 0x482508) is known color: Bistre. HEX triplet: 48, 25 and 08. RGB value is (72,37,8). Sum of RGB (Red+Green+Blue) = 72+37+8=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482508 is #B7DAF7. Grayscale: #2C2C2C. Windows color (decimal): -12049144 or 533832. OLE color: 533832.

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

Color convert

RGB 72 37 8 -
CMYK 0 0.49 0.89 0.72
HSL 27.19º 0.8% 0.16% -
HSV(B) 27.19º 0.89% 0.28% -
XYZ 3.38 2.72 0.58 -
YUV 44.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 72 37 8 0 0.49 0.89 0.72 27.19 0.8 0.16
Hex 48 25 8 0 31 59 48 1B 50 10
Octal 110 45 10 0 61 131 110 33 120 20
Binary 1001000 100101 1000 0 110001 1011001 1001000 11011 1010000 10000

Color Harmonies of #482508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482508

Black with #482508

Text Example


Text Example

White with #482508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482508; }

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

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

background-color css

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

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

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

border-color css

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

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

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