Html Css Color HEX #482401 Bistre

📋 copy color: '#482401'

red 72 ◦ green 36 ◦ blue 1

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

Shades of Bistre #482401

Tints of Bistre #482401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 66.06%
G = 33.03%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482401 (or 0x482401) is known color: Bistre. HEX triplet: 48, 24 and 01. RGB value is (72,36,1). Sum of RGB (Red+Green+Blue) = 72+36+1=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #482401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482401 is #B7DBFE. Grayscale: #2A2A2A. Windows color (decimal): -12049407 or 74824. OLE color: 74824.

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

Color convert

RGB 72 36 1 -
CMYK 0 0.5 0.99 0.72
HSL 29.58º 0.97% 0.14% -
HSV(B) 29.58º 0.99% 0.28% -
XYZ 3.31 2.64 0.36 -
YUV 42.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 72 36 1 0 0.5 0.99 0.72 29.58 0.97 0.14
Hex 48 24 1 0 32 63 48 1E 61 E
Octal 110 44 1 0 62 143 110 36 141 16
Binary 1001000 100100 1 0 110010 1100011 1001000 11110 1100001 1110

Color Harmonies of #482401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482401

Black with #482401

Text Example


Text Example

White with #482401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482401; }

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

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

background-color css

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

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

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

border-color css

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

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

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