Html Css Color HEX #442805 Bistre

📋 copy color: '#442805'

red 68 ◦ green 40 ◦ blue 5

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

Shades of Bistre #442805

Tints of Bistre #442805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 60.18%
G = 35.4%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442805 (or 0x442805) is known color: Bistre. HEX triplet: 44, 28 and 05. RGB value is (68,40,5). Sum of RGB (Red+Green+Blue) = 68+40+5=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442805 is #BBD7FA. Grayscale: #2C2C2C. Windows color (decimal): -12310523 or 337988. OLE color: 337988.

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

Color convert

RGB 68 40 5 -
CMYK 0 0.41 0.93 0.73
HSL 33.33º 0.86% 0.14% -
HSV(B) 33.33º 0.93% 0.27% -
XYZ 3.17 2.76 0.51 -
YUV 44.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 68 40 5 0 0.41 0.93 0.73 33.33 0.86 0.14
Hex 44 28 5 0 29 5D 49 21 56 E
Octal 104 50 5 0 51 135 111 41 126 16
Binary 1000100 101000 101 0 101001 1011101 1001001 100001 1010110 1110

Color Harmonies of #442805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442805

Black with #442805

Text Example


Text Example

White with #442805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442805; }

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

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

background-color css

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

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

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

border-color css

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

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

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