Html Css Color HEX #482507 Bistre

📋 copy color: '#482507'

red 72 ◦ green 37 ◦ blue 7

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

Shades of Bistre #482507

Tints of Bistre #482507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 62.07%
G = 31.9%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482507 (or 0x482507) is known color: Bistre. HEX triplet: 48, 25 and 07. RGB value is (72,37,7). Sum of RGB (Red+Green+Blue) = 72+37+7=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482507 is #B7DAF8. Grayscale: #2C2C2C. Windows color (decimal): -12049145 or 468296. OLE color: 468296.

HSL color Cylindrical-coordinate representation of color #482507: hue angle of 27.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482507 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 7 -
CMYK 0 0.49 0.90 0.72
HSL 27.69º 0.82% 0.15% -
HSV(B) 27.69º 0.9% 0.28% -
XYZ 3.37 2.72 0.55 -
YUV 44.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 72 37 7 0 0.49 0.90 0.72 27.69 0.82 0.15
Hex 48 25 7 0 31 5A 48 1C 52 F
Octal 110 45 7 0 61 132 110 34 122 17
Binary 1001000 100101 111 0 110001 1011010 1001000 11100 1010010 1111

Color Harmonies of #482507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482507

Black with #482507

Text Example


Text Example

White with #482507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482507; }

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

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

background-color css

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

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

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

border-color css

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

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

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