Html Css Color HEX #442801 Bistre

📋 copy color: '#442801'

red 68 ◦ green 40 ◦ blue 1

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

Shades of Bistre #442801

Tints of Bistre #442801

RGB

 RED value IS 68 (26.95% from 255) = 62.39%

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

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

R = 62.39%
G = 36.7%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442801 (or 0x442801) is known color: Bistre. HEX triplet: 44, 28 and 01. RGB value is (68,40,1). Sum of RGB (Red+Green+Blue) = 68+40+1=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #442801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442801 is #BBD7FE. Grayscale: #2C2C2C. Windows color (decimal): -12310527 or 75844. OLE color: 75844.

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

Color convert

RGB 68 40 1 -
CMYK 0 0.41 0.99 0.73
HSL 34.93º 0.97% 0.14% -
HSV(B) 34.93º 0.99% 0.27% -
XYZ 3.15 2.75 0.39 -
YUV 43.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 68 40 1 0 0.41 0.99 0.73 34.93 0.97 0.14
Hex 44 28 1 0 29 63 49 23 61 E
Octal 104 50 1 0 51 143 111 43 141 16
Binary 1000100 101000 1 0 101001 1100011 1001001 100011 1100001 1110

Color Harmonies of #442801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442801

Black with #442801

Text Example


Text Example

White with #442801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442801; }

 p { color: rgb(68,40,1); }

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

background-color css

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

 a { background-color: rgb(68,40,1); }

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

border-color css

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

 span { border-color: rgb(68,40,1); }

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