Html Css Color HEX #442912 Bistre

📋 copy color: '#442912'

red 68 ◦ green 41 ◦ blue 18

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

Shades of Bistre #442912

Tints of Bistre #442912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 53.54%
G = 32.28%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442912 (or 0x442912) is known color: Bistre. HEX triplet: 44, 29 and 12. RGB value is (68,41,18). Sum of RGB (Red+Green+Blue) = 68+41+18=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442912 is #BBD6ED. Grayscale: #2E2E2E. Windows color (decimal): -12310254 or 1190212. OLE color: 1190212.

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

Color convert

RGB 68 41 18 -
CMYK 0 0.40 0.74 0.73
HSL 27.6º 0.58% 0.17% -
HSV(B) 27.6º 0.74% 0.27% -
XYZ 3.29 2.86 0.95 -
YUV 46.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 68 41 18 0 0.40 0.74 0.73 27.6 0.58 0.17
Hex 44 29 12 0 28 4A 49 1C 3A 11
Octal 104 51 22 0 50 112 111 34 72 21
Binary 1000100 101001 10010 0 101000 1001010 1001001 11100 111010 10001

Color Harmonies of #442912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442912

Black with #442912

Text Example


Text Example

White with #442912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442912; }

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

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

background-color css

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

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

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

border-color css

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

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

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