Html Css Color HEX #442913 Bistre

📋 copy color: '#442913'

red 68 ◦ green 41 ◦ blue 19

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

Shades of Bistre #442913

Tints of Bistre #442913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 53.13%
G = 32.03%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442913 (or 0x442913) is known color: Bistre. HEX triplet: 44, 29 and 13. RGB value is (68,41,19). Sum of RGB (Red+Green+Blue) = 68+41+19=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442913 is #BBD6EC. Grayscale: #2E2E2E. Windows color (decimal): -12310253 or 1255748. OLE color: 1255748.

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

Color convert

RGB 68 41 19 -
CMYK 0 0.40 0.72 0.73
HSL 26.94º 0.56% 0.17% -
HSV(B) 26.94º 0.72% 0.27% -
XYZ 3.29 2.86 0.99 -
YUV 46.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 68 41 19 0 0.40 0.72 0.73 26.94 0.56 0.17
Hex 44 29 13 0 28 48 49 1B 38 11
Octal 104 51 23 0 50 110 111 33 70 21
Binary 1000100 101001 10011 0 101000 1001000 1001001 11011 111000 10001

Color Harmonies of #442913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442913

Black with #442913

Text Example


Text Example

White with #442913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442913; }

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

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

background-color css

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

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

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

border-color css

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

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

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