Html Css Color HEX #482D13 Bistre

📋 copy color: '#482D13'

red 72 ◦ green 45 ◦ blue 19

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

Shades of Bistre #482D13

Tints of Bistre #482D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.09%

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

R = 52.94%
G = 33.09%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482D13 (or 0x482D13) is known color: Bistre. HEX triplet: 48, 2D and 13. RGB value is (72,45,19). Sum of RGB (Red+Green+Blue) = 72+45+19=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D13 is #B7D2EC. Grayscale: #323232. Windows color (decimal): -12047085 or 1256776. OLE color: 1256776.

HSL color Cylindrical-coordinate representation of color #482D13: hue angle of 29.43º 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 #482D13 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 19 -
CMYK 0 0.38 0.74 0.72
HSL 29.43º 0.58% 0.18% -
HSV(B) 29.43º 0.74% 0.28% -
XYZ 3.73 3.3 1.06 -
YUV 50.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 72 45 19 0 0.38 0.74 0.72 29.43 0.58 0.18
Hex 48 2D 13 0 26 4A 48 1D 3A 12
Octal 110 55 23 0 46 112 110 35 72 22
Binary 1001000 101101 10011 0 100110 1001010 1001000 11101 111010 10010

Color Harmonies of #482D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D13

Black with #482D13

Text Example


Text Example

White with #482D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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