Html Css Color HEX #442401 Bistre

📋 copy color: '#442401'

red 68 ◦ green 36 ◦ blue 1

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

Shades of Bistre #442401

Tints of Bistre #442401

RGB

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

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

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

R = 64.76%
G = 34.29%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442401 (or 0x442401) is known color: Bistre. HEX triplet: 44, 24 and 01. RGB value is (68,36,1). Sum of RGB (Red+Green+Blue) = 68+36+1=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442401 is #BBDBFE. Grayscale: #292929. Windows color (decimal): -12311551 or 74820. OLE color: 74820.

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

Color convert

RGB 68 36 1 -
CMYK 0 0.47 0.99 0.73
HSL 31.34º 0.97% 0.14% -
HSV(B) 31.34º 0.99% 0.27% -
XYZ 3.02 2.49 0.35 -
YUV 41.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 68 36 1 0 0.47 0.99 0.73 31.34 0.97 0.14
Hex 44 24 1 0 2F 63 49 1F 61 E
Octal 104 44 1 0 57 143 111 37 141 16
Binary 1000100 100100 1 0 101111 1100011 1001001 11111 1100001 1110

Color Harmonies of #442401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442401

Black with #442401

Text Example


Text Example

White with #442401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442401; }

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

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

background-color css

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

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

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

border-color css

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

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

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