Html Css Color HEX #482506 Bistre

📋 copy color: '#482506'

red 72 ◦ green 37 ◦ blue 6

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

Shades of Bistre #482506

Tints of Bistre #482506

RGB

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

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

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

R = 62.61%
G = 32.17%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482506 (or 0x482506) is known color: Bistre. HEX triplet: 48, 25 and 06. RGB value is (72,37,6). Sum of RGB (Red+Green+Blue) = 72+37+6=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482506 is #B7DAF9. Grayscale: #2C2C2C. Windows color (decimal): -12049146 or 402760. OLE color: 402760.

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

Color convert

RGB 72 37 6 -
CMYK 0 0.49 0.92 0.72
HSL 28.18º 0.85% 0.15% -
HSV(B) 28.18º 0.92% 0.28% -
XYZ 3.37 2.71 0.52 -
YUV 43.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 72 37 6 0 0.49 0.92 0.72 28.18 0.85 0.15
Hex 48 25 6 0 31 5C 48 1C 55 F
Octal 110 45 6 0 61 134 110 34 125 17
Binary 1001000 100101 110 0 110001 1011100 1001000 11100 1010101 1111

Color Harmonies of #482506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482506

Black with #482506

Text Example


Text Example

White with #482506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482506; }

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

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

background-color css

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

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

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

border-color css

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

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

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