Html Css Color HEX #482504 Bistre

📋 copy color: '#482504'

red 72 ◦ green 37 ◦ blue 4

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

Shades of Bistre #482504

Tints of Bistre #482504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 63.72%
G = 32.74%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482504 (or 0x482504) is known color: Bistre. HEX triplet: 48, 25 and 04. RGB value is (72,37,4). Sum of RGB (Red+Green+Blue) = 72+37+4=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482504 is #B7DAFB. Grayscale: #2B2B2B. Windows color (decimal): -12049148 or 271688. OLE color: 271688.

HSL color Cylindrical-coordinate representation of color #482504: hue angle of 29.12º 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 #482504 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 4 -
CMYK 0 0.49 0.94 0.72
HSL 29.12º 0.89% 0.15% -
HSV(B) 29.12º 0.94% 0.28% -
XYZ 3.36 2.71 0.46 -
YUV 43.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 72 37 4 0 0.49 0.94 0.72 29.12 0.89 0.15
Hex 48 25 4 0 31 5E 48 1D 59 F
Octal 110 45 4 0 61 136 110 35 131 17
Binary 1001000 100101 100 0 110001 1011110 1001000 11101 1011001 1111

Color Harmonies of #482504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482504

Black with #482504

Text Example


Text Example

White with #482504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482504; }

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

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

background-color css

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

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

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

border-color css

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

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

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