Html Css Color HEX #482406 Bistre

📋 copy color: '#482406'

red 72 ◦ green 36 ◦ blue 6

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

Shades of Bistre #482406

Tints of Bistre #482406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

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

R = 63.16%
G = 31.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482406 (or 0x482406) is known color: Bistre. HEX triplet: 48, 24 and 06. RGB value is (72,36,6). Sum of RGB (Red+Green+Blue) = 72+36+6=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482406 is #B7DBF9. Grayscale: #2B2B2B. Windows color (decimal): -12049402 or 402504. OLE color: 402504.

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

Color convert

RGB 72 36 6 -
CMYK 0 0.5 0.92 0.72
HSL 27.27º 0.85% 0.15% -
HSV(B) 27.27º 0.92% 0.28% -
XYZ 3.34 2.65 0.51 -
YUV 43.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 72 36 6 0 0.5 0.92 0.72 27.27 0.85 0.15
Hex 48 24 6 0 32 5C 48 1B 55 F
Octal 110 44 6 0 62 134 110 33 125 17
Binary 1001000 100100 110 0 110010 1011100 1001000 11011 1010101 1111

Color Harmonies of #482406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482406

Black with #482406

Text Example


Text Example

White with #482406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482406; }

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

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

background-color css

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

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

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

border-color css

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

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

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