Html Css Color HEX #482911 Bistre

📋 copy color: '#482911'

red 72 ◦ green 41 ◦ blue 17

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

Shades of Bistre #482911

Tints of Bistre #482911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

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

R = 55.38%
G = 31.54%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482911 (or 0x482911) is known color: Bistre. HEX triplet: 48, 29 and 11. RGB value is (72,41,17). Sum of RGB (Red+Green+Blue) = 72+41+17=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482911 is #B7D6EE. Grayscale: #2F2F2F. Windows color (decimal): -12048111 or 1124680. OLE color: 1124680.

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

Color convert

RGB 72 41 17 -
CMYK 0 0.43 0.76 0.72
HSL 26.18º 0.62% 0.17% -
HSV(B) 26.18º 0.76% 0.28% -
XYZ 3.57 3 0.92 -
YUV 47.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 72 41 17 0 0.43 0.76 0.72 26.18 0.62 0.17
Hex 48 29 11 0 2B 4C 48 1A 3E 11
Octal 110 51 21 0 53 114 110 32 76 21
Binary 1001000 101001 10001 0 101011 1001100 1001000 11010 111110 10001

Color Harmonies of #482911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482911

Black with #482911

Text Example


Text Example

White with #482911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482911; }

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

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

background-color css

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

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

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

border-color css

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

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

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