Html Css Color HEX #482D11 Bistre

📋 copy color: '#482D11'

red 72 ◦ green 45 ◦ blue 17

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

Shades of Bistre #482D11

Tints of Bistre #482D11

RGB

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

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

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

R = 53.73%
G = 33.58%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482D11 (or 0x482D11) is known color: Bistre. HEX triplet: 48, 2D and 11. RGB value is (72,45,17). Sum of RGB (Red+Green+Blue) = 72+45+17=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D11 is #B7D2EE. Grayscale: #323232. Windows color (decimal): -12047087 or 1125704. OLE color: 1125704.

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

Color convert

RGB 72 45 17 -
CMYK 0 0.38 0.76 0.72
HSL 30.55º 0.62% 0.17% -
HSV(B) 30.55º 0.76% 0.28% -
XYZ 3.71 3.29 0.97 -
YUV 49.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 72 45 17 0 0.38 0.76 0.72 30.55 0.62 0.17
Hex 48 2D 11 0 26 4C 48 1F 3E 11
Octal 110 55 21 0 46 114 110 37 76 21
Binary 1001000 101101 10001 0 100110 1001100 1001000 11111 111110 10001

Color Harmonies of #482D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D11

Black with #482D11

Text Example


Text Example

White with #482D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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