Html Css Color HEX #482912 Bistre

📋 copy color: '#482912'

red 72 ◦ green 41 ◦ blue 18

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

Shades of Bistre #482912

Tints of Bistre #482912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 54.96%
G = 31.3%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482912 (or 0x482912) is known color: Bistre. HEX triplet: 48, 29 and 12. RGB value is (72,41,18). Sum of RGB (Red+Green+Blue) = 72+41+18=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482912 is #B7D6ED. Grayscale: #2F2F2F. Windows color (decimal): -12048110 or 1190216. OLE color: 1190216.

HSL color Cylindrical-coordinate representation of color #482912: hue angle of 25.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482912 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 18 -
CMYK 0 0.43 0.75 0.72
HSL 25.56º 0.6% 0.18% -
HSV(B) 25.56º 0.75% 0.28% -
XYZ 3.57 3.01 0.96 -
YUV 47.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 72 41 18 0 0.43 0.75 0.72 25.56 0.6 0.18
Hex 48 29 12 0 2B 4B 48 1A 3C 12
Octal 110 51 22 0 53 113 110 32 74 22
Binary 1001000 101001 10010 0 101011 1001011 1001000 11010 111100 10010

Color Harmonies of #482912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482912

Black with #482912

Text Example


Text Example

White with #482912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482912; }

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

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

background-color css

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

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

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

border-color css

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

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

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