Html Css Color HEX #442711 Bistre

📋 copy color: '#442711'

red 68 ◦ green 39 ◦ blue 17

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

Shades of Bistre #442711

Tints of Bistre #442711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.45%

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

R = 54.84%
G = 31.45%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442711 (or 0x442711) is known color: Bistre. HEX triplet: 44, 27 and 11. RGB value is (68,39,17). Sum of RGB (Red+Green+Blue) = 68+39+17=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442711 is #BBD8EE. Grayscale: #2D2D2D. Windows color (decimal): -12310767 or 1124164. OLE color: 1124164.

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

Color convert

RGB 68 39 17 -
CMYK 0 0.43 0.75 0.73
HSL 25.88º 0.6% 0.17% -
HSV(B) 25.88º 0.75% 0.27% -
XYZ 3.21 2.72 0.89 -
YUV 45.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 68 39 17 0 0.43 0.75 0.73 25.88 0.6 0.17
Hex 44 27 11 0 2B 4B 49 1A 3C 11
Octal 104 47 21 0 53 113 111 32 74 21
Binary 1000100 100111 10001 0 101011 1001011 1001001 11010 111100 10001

Color Harmonies of #442711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442711

Black with #442711

Text Example


Text Example

White with #442711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442711; }

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

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

background-color css

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

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

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

border-color css

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

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

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