Html Css Color HEX #442812 Bistre

📋 copy color: '#442812'

red 68 ◦ green 40 ◦ blue 18

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

Shades of Bistre #442812

Tints of Bistre #442812

RGB

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

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

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

R = 53.97%
G = 31.75%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442812 (or 0x442812) is known color: Bistre. HEX triplet: 44, 28 and 12. RGB value is (68,40,18). Sum of RGB (Red+Green+Blue) = 68+40+18=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442812 is #BBD7ED. Grayscale: #2D2D2D. Windows color (decimal): -12310510 or 1189956. OLE color: 1189956.

HSL color Cylindrical-coordinate representation of color #442812: hue angle of 26.4º 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 #442812 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 40 18 -
CMYK 0 0.41 0.74 0.73
HSL 26.4º 0.58% 0.17% -
HSV(B) 26.4º 0.74% 0.27% -
XYZ 3.25 2.79 0.94 -
YUV 45.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 68 40 18 0 0.41 0.74 0.73 26.4 0.58 0.17
Hex 44 28 12 0 29 4A 49 1A 3A 11
Octal 104 50 22 0 51 112 111 32 72 21
Binary 1000100 101000 10010 0 101001 1001010 1001001 11010 111010 10001

Color Harmonies of #442812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442812

Black with #442812

Text Example


Text Example

White with #442812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442812; }

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

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

background-color css

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

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

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

border-color css

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

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

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