Html Css Color HEX #442916 Bistre

📋 copy color: '#442916'

red 68 ◦ green 41 ◦ blue 22

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

Shades of Bistre #442916

Tints of Bistre #442916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.3%

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 51.91%
G = 31.3%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442916 (or 0x442916) is known color: Bistre. HEX triplet: 44, 29 and 16. RGB value is (68,41,22). Sum of RGB (Red+Green+Blue) = 68+41+22=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442916 is #BBD6E9. Grayscale: #2F2F2F. Windows color (decimal): -12310250 or 1452356. OLE color: 1452356.

HSL color Cylindrical-coordinate representation of color #442916: hue angle of 24.78º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442916 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 41 22 -
CMYK 0 0.40 0.68 0.73
HSL 24.78º 0.51% 0.18% -
HSV(B) 24.78º 0.68% 0.27% -
XYZ 3.32 2.87 1.14 -
YUV 46.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 68 41 22 0 0.40 0.68 0.73 24.78 0.51 0.18
Hex 44 29 16 0 28 44 49 19 33 12
Octal 104 51 26 0 50 104 111 31 63 22
Binary 1000100 101001 10110 0 101000 1000100 1001001 11001 110011 10010

Color Harmonies of #442916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442916

Black with #442916

Text Example


Text Example

White with #442916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442916; }

 p { color: rgb(68,41,22); }

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

background-color css

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

 a { background-color: rgb(68,41,22); }

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

border-color css

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

 span { border-color: rgb(68,41,22); }

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