Html Css Color HEX #482804 Bistre

📋 copy color: '#482804'

red 72 ◦ green 40 ◦ blue 4

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

Shades of Bistre #482804

Tints of Bistre #482804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

 BLUE value IS 4 (1.95% from 255) = 3.45%

R = 62.07%
G = 34.48%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482804 (or 0x482804) is known color: Bistre. HEX triplet: 48, 28 and 04. RGB value is (72,40,4). Sum of RGB (Red+Green+Blue) = 72+40+4=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482804 is #B7D7FB. Grayscale: #2D2D2D. Windows color (decimal): -12048380 or 272456. OLE color: 272456.

HSL color Cylindrical-coordinate representation of color #482804: hue angle of 31.76º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482804 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 4 -
CMYK 0 0.44 0.94 0.72
HSL 31.76º 0.89% 0.15% -
HSV(B) 31.76º 0.94% 0.28% -
XYZ 3.45 2.9 0.49 -
YUV 45.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 72 40 4 0 0.44 0.94 0.72 31.76 0.89 0.15
Hex 48 28 4 0 2C 5E 48 20 59 F
Octal 110 50 4 0 54 136 110 40 131 17
Binary 1001000 101000 100 0 101100 1011110 1001000 100000 1011001 1111

Color Harmonies of #482804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482804

Black with #482804

Text Example


Text Example

White with #482804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482804; }

 p { color: rgb(72,40,4); }

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

background-color css

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

 a { background-color: rgb(72,40,4); }

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

border-color css

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

 span { border-color: rgb(72,40,4); }

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