Html Css Color HEX #442612 Bistre

📋 copy color: '#442612'

red 68 ◦ green 38 ◦ blue 18

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

Shades of Bistre #442612

Tints of Bistre #442612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

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

R = 54.84%
G = 30.65%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442612 (or 0x442612) is known color: Bistre. HEX triplet: 44, 26 and 12. RGB value is (68,38,18). Sum of RGB (Red+Green+Blue) = 68+38+18=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442612 is #BBD9ED. Grayscale: #2C2C2C. Windows color (decimal): -12311022 or 1189444. OLE color: 1189444.

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

Color convert

RGB 68 38 18 -
CMYK 0 0.44 0.74 0.73
HSL 24º 0.58% 0.17% -
HSV(B) 24º 0.74% 0.27% -
XYZ 3.19 2.66 0.92 -
YUV 44.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 68 38 18 0 0.44 0.74 0.73 24 0.58 0.17
Hex 44 26 12 0 2C 4A 49 18 3A 11
Octal 104 46 22 0 54 112 111 30 72 21
Binary 1000100 100110 10010 0 101100 1001010 1001001 11000 111010 10001

Color Harmonies of #442612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442612

Black with #442612

Text Example


Text Example

White with #442612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442612; }

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

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

background-color css

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

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

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

border-color css

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

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

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