Html Css Color HEX #442501 Bistre

📋 copy color: '#442501'

red 68 ◦ green 37 ◦ blue 1

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

Shades of Bistre #442501

Tints of Bistre #442501

RGB

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

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

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

R = 64.15%
G = 34.91%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442501 (or 0x442501) is known color: Bistre. HEX triplet: 44, 25 and 01. RGB value is (68,37,1). Sum of RGB (Red+Green+Blue) = 68+37+1=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #442501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442501 is #BBDAFE. Grayscale: #2A2A2A. Windows color (decimal): -12311295 or 75076. OLE color: 75076.

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

Color convert

RGB 68 37 1 -
CMYK 0 0.46 0.99 0.73
HSL 32.24º 0.97% 0.14% -
HSV(B) 32.24º 0.99% 0.27% -
XYZ 3.05 2.55 0.36 -
YUV 42.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 68 37 1 0 0.46 0.99 0.73 32.24 0.97 0.14
Hex 44 25 1 0 2E 63 49 20 61 E
Octal 104 45 1 0 56 143 111 40 141 16
Binary 1000100 100101 1 0 101110 1100011 1001001 100000 1100001 1110

Color Harmonies of #442501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442501

Black with #442501

Text Example


Text Example

White with #442501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442501; }

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

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

background-color css

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

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

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

border-color css

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

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

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