Html Css Color HEX #482A10 Bistre

📋 copy color: '#482A10'

red 72 ◦ green 42 ◦ blue 16

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

Shades of Bistre #482A10

Tints of Bistre #482A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.31%

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

R = 55.38%
G = 32.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482A10 (or 0x482A10) is known color: Bistre. HEX triplet: 48, 2A and 10. RGB value is (72,42,16). Sum of RGB (Red+Green+Blue) = 72+42+16=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A10 is #B7D5EF. Grayscale: #303030. Windows color (decimal): -12047856 or 1059400. OLE color: 1059400.

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

Color convert

RGB 72 42 16 -
CMYK 0 0.42 0.78 0.72
HSL 27.86º 0.64% 0.17% -
HSV(B) 27.86º 0.78% 0.28% -
XYZ 3.59 3.07 0.89 -
YUV 48.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 72 42 16 0 0.42 0.78 0.72 27.86 0.64 0.17
Hex 48 2A 10 0 2A 4E 48 1C 40 11
Octal 110 52 20 0 52 116 110 34 100 21
Binary 1001000 101010 10000 0 101010 1001110 1001000 11100 1000000 10001

Color Harmonies of #482A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A10

Black with #482A10

Text Example


Text Example

White with #482A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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