Html Css Color HEX #482608 Bistre

📋 copy color: '#482608'

red 72 ◦ green 38 ◦ blue 8

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

Shades of Bistre #482608

Tints of Bistre #482608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

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

R = 61.02%
G = 32.2%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482608 (or 0x482608) is known color: Bistre. HEX triplet: 48, 26 and 08. RGB value is (72,38,8). Sum of RGB (Red+Green+Blue) = 72+38+8=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482608 is #B7D9F7. Grayscale: #2C2C2C. Windows color (decimal): -12048888 or 534088. OLE color: 534088.

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

Color convert

RGB 72 38 8 -
CMYK 0 0.47 0.89 0.72
HSL 28.13º 0.8% 0.16% -
HSV(B) 28.13º 0.89% 0.28% -
XYZ 3.41 2.78 0.59 -
YUV 44.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 72 38 8 0 0.47 0.89 0.72 28.13 0.8 0.16
Hex 48 26 8 0 2F 59 48 1C 50 10
Octal 110 46 10 0 57 131 110 34 120 20
Binary 1001000 100110 1000 0 101111 1011001 1001000 11100 1010000 10000

Color Harmonies of #482608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482608

Black with #482608

Text Example


Text Example

White with #482608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482608; }

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

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

background-color css

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

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

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

border-color css

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

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

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