Html Css Color HEX #482C10 Bistre

📋 copy color: '#482C10'

red 72 ◦ green 44 ◦ blue 16

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

Shades of Bistre #482C10

Tints of Bistre #482C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 54.55%
G = 33.33%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482C10 (or 0x482C10) is known color: Bistre. HEX triplet: 48, 2C and 10. RGB value is (72,44,16). Sum of RGB (Red+Green+Blue) = 72+44+16=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C10 is #B7D3EF. Grayscale: #313131. Windows color (decimal): -12047344 or 1059912. OLE color: 1059912.

HSL color Cylindrical-coordinate representation of color #482C10: hue angle of 30º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482C10 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 16 -
CMYK 0 0.39 0.78 0.72
HSL 30º 0.64% 0.17% -
HSV(B) 30º 0.78% 0.28% -
XYZ 3.67 3.22 0.92 -
YUV 49.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 72 44 16 0 0.39 0.78 0.72 30 0.64 0.17
Hex 48 2C 10 0 27 4E 48 1E 40 11
Octal 110 54 20 0 47 116 110 36 100 21
Binary 1001000 101100 10000 0 100111 1001110 1001000 11110 1000000 10001

Color Harmonies of #482C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C10

Black with #482C10

Text Example


Text Example

White with #482C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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