Html Css Color HEX #442917 Bistre

📋 copy color: '#442917'

red 68 ◦ green 41 ◦ blue 23

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

Shades of Bistre #442917

Tints of Bistre #442917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.42%

R = 51.52%
G = 31.06%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442917 (or 0x442917) is known color: Bistre. HEX triplet: 44, 29 and 17. RGB value is (68,41,23). Sum of RGB (Red+Green+Blue) = 68+41+23=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442917 is #BBD6E8. Grayscale: #2F2F2F. Windows color (decimal): -12310249 or 1517892. OLE color: 1517892.

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

Color convert

RGB 68 41 23 -
CMYK 0 0.40 0.66 0.73
HSL 24º 0.49% 0.18% -
HSV(B) 24º 0.66% 0.27% -
XYZ 3.33 2.88 1.19 -
YUV 47.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 68 41 23 0 0.40 0.66 0.73 24 0.49 0.18
Hex 44 29 17 0 28 42 49 18 31 12
Octal 104 51 27 0 50 102 111 30 61 22
Binary 1000100 101001 10111 0 101000 1000010 1001001 11000 110001 10010

Color Harmonies of #442917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442917

Black with #442917

Text Example


Text Example

White with #442917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442917; }

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

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

background-color css

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

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

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

border-color css

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

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

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