Html Css Color HEX #482501 Bistre

📋 copy color: '#482501'

red 72 ◦ green 37 ◦ blue 1

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

Shades of Bistre #482501

Tints of Bistre #482501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.91%

R = 65.45%
G = 33.64%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482501 (or 0x482501) is known color: Bistre. HEX triplet: 48, 25 and 01. RGB value is (72,37,1). Sum of RGB (Red+Green+Blue) = 72+37+1=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482501 is #B7DAFE. Grayscale: #2B2B2B. Windows color (decimal): -12049151 or 75080. OLE color: 75080.

HSL color Cylindrical-coordinate representation of color #482501: hue angle of 30.42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #482501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 1 -
CMYK 0 0.49 0.99 0.72
HSL 30.42º 0.97% 0.14% -
HSV(B) 30.42º 0.99% 0.28% -
XYZ 3.34 2.7 0.37 -
YUV 43.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 72 37 1 0 0.49 0.99 0.72 30.42 0.97 0.14
Hex 48 25 1 0 31 63 48 1E 61 E
Octal 110 45 1 0 61 143 110 36 141 16
Binary 1001000 100101 1 0 110001 1100011 1001000 11110 1100001 1110

Color Harmonies of #482501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482501

Black with #482501

Text Example


Text Example

White with #482501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482501; }

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

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

background-color css

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

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

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

border-color css

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

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

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