Html Css Color HEX #482B13 Bistre

📋 copy color: '#482B13'

red 72 ◦ green 43 ◦ blue 19

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

Shades of Bistre #482B13

Tints of Bistre #482B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 53.73%
G = 32.09%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482B13 (or 0x482B13) is known color: Bistre. HEX triplet: 48, 2B and 13. RGB value is (72,43,19). Sum of RGB (Red+Green+Blue) = 72+43+19=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B13 is #B7D4EC. Grayscale: #313131. Windows color (decimal): -12047597 or 1256264. OLE color: 1256264.

HSL color Cylindrical-coordinate representation of color #482B13: hue angle of 27.17º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482B13 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 19 -
CMYK 0 0.40 0.74 0.72
HSL 27.17º 0.58% 0.18% -
HSV(B) 27.17º 0.74% 0.28% -
XYZ 3.65 3.15 1.03 -
YUV 48.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 72 43 19 0 0.40 0.74 0.72 27.17 0.58 0.18
Hex 48 2B 13 0 28 4A 48 1B 3A 12
Octal 110 53 23 0 50 112 110 33 72 22
Binary 1001000 101011 10011 0 101000 1001010 1001000 11011 111010 10010

Color Harmonies of #482B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B13

Black with #482B13

Text Example


Text Example

White with #482B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482B13; }

 p { color: rgb(72,43,19); }

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

background-color css

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

 a { background-color: rgb(72,43,19); }

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

border-color css

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

 span { border-color: rgb(72,43,19); }

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