Html Css Color HEX #482A0C Bistre

📋 copy color: '#482A0C'

red 72 ◦ green 42 ◦ blue 12

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

Shades of Bistre #482A0C

Tints of Bistre #482A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 57.14%
G = 33.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#482A0C (or 0x482A0C) is known color: Bistre. HEX triplet: 48, 2A and 0C. RGB value is (72,42,12). Sum of RGB (Red+Green+Blue) = 72+42+12=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A0C is #B7D5F3. Grayscale: #2F2F2F. Windows color (decimal): -12047860 or 797256. OLE color: 797256.

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

Color convert

RGB 72 42 12 -
CMYK 0 0.42 0.83 0.72
HSL 30º 0.71% 0.16% -
HSV(B) 30º 0.83% 0.28% -
XYZ 3.57 3.06 0.75 -
YUV 47.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 72 42 12 0 0.42 0.83 0.72 30 0.71 0.16
Hex 48 2A C 0 2A 53 48 1E 47 10
Octal 110 52 14 0 52 123 110 36 107 20
Binary 1001000 101010 1100 0 101010 1010011 1001000 11110 1000111 10000

Color Harmonies of #482A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A0C

Black with #482A0C

Text Example


Text Example

White with #482A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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