Html Css Color HEX #442911 Bistre

📋 copy color: '#442911'

red 68 ◦ green 41 ◦ blue 17

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

Shades of Bistre #442911

Tints of Bistre #442911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 53.97%
G = 32.54%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442911 (or 0x442911) is known color: Bistre. HEX triplet: 44, 29 and 11. RGB value is (68,41,17). Sum of RGB (Red+Green+Blue) = 68+41+17=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442911 is #BBD6EE. Grayscale: #2E2E2E. Windows color (decimal): -12310255 or 1124676. OLE color: 1124676.

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

Color convert

RGB 68 41 17 -
CMYK 0 0.40 0.75 0.73
HSL 28.24º 0.6% 0.17% -
HSV(B) 28.24º 0.75% 0.27% -
XYZ 3.28 2.86 0.91 -
YUV 46.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 68 41 17 0 0.40 0.75 0.73 28.24 0.6 0.17
Hex 44 29 11 0 28 4B 49 1C 3C 11
Octal 104 51 21 0 50 113 111 34 74 21
Binary 1000100 101001 10001 0 101000 1001011 1001001 11100 111100 10001

Color Harmonies of #442911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442911

Black with #442911

Text Example


Text Example

White with #442911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442911; }

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

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

background-color css

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

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

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

border-color css

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

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

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