Html Css Color HEX #482811 Bistre

📋 copy color: '#482811'

red 72 ◦ green 40 ◦ blue 17

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

Shades of Bistre #482811

Tints of Bistre #482811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 55.81%
G = 31.01%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482811 (or 0x482811) is known color: Bistre. HEX triplet: 48, 28 and 11. RGB value is (72,40,17). Sum of RGB (Red+Green+Blue) = 72+40+17=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482811 is #B7D7EE. Grayscale: #2F2F2F. Windows color (decimal): -12048367 or 1124424. OLE color: 1124424.

HSL color Cylindrical-coordinate representation of color #482811: hue angle of 25.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482811 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 17 -
CMYK 0 0.44 0.76 0.72
HSL 25.09º 0.62% 0.17% -
HSV(B) 25.09º 0.76% 0.28% -
XYZ 3.53 2.94 0.91 -
YUV 46.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 72 40 17 0 0.44 0.76 0.72 25.09 0.62 0.17
Hex 48 28 11 0 2C 4C 48 19 3E 11
Octal 110 50 21 0 54 114 110 31 76 21
Binary 1001000 101000 10001 0 101100 1001100 1001000 11001 111110 10001

Color Harmonies of #482811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482811

Black with #482811

Text Example


Text Example

White with #482811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482811; }

 p { color: rgb(72,40,17); }

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

background-color css

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

 a { background-color: rgb(72,40,17); }

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

border-color css

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

 span { border-color: rgb(72,40,17); }

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