Html Css Color HEX #482C11 Bistre

📋 copy color: '#482C11'

red 72 ◦ green 44 ◦ blue 17

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

Shades of Bistre #482C11

Tints of Bistre #482C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.08%

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

R = 54.14%
G = 33.08%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482C11 (or 0x482C11) is known color: Bistre. HEX triplet: 48, 2C and 11. RGB value is (72,44,17). Sum of RGB (Red+Green+Blue) = 72+44+17=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C11 is #B7D3EE. Grayscale: #313131. Windows color (decimal): -12047343 or 1125448. OLE color: 1125448.

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

Color convert

RGB 72 44 17 -
CMYK 0 0.39 0.76 0.72
HSL 29.45º 0.62% 0.17% -
HSV(B) 29.45º 0.76% 0.28% -
XYZ 3.67 3.22 0.96 -
YUV 49.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 72 44 17 0 0.39 0.76 0.72 29.45 0.62 0.17
Hex 48 2C 11 0 27 4C 48 1D 3E 11
Octal 110 54 21 0 47 114 110 35 76 21
Binary 1001000 101100 10001 0 100111 1001100 1001000 11101 111110 10001

Color Harmonies of #482C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C11

Black with #482C11

Text Example


Text Example

White with #482C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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