Html Css Color HEX #442C17 Bistre

📋 copy color: '#442C17'

red 68 ◦ green 44 ◦ blue 23

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

Shades of Bistre #442C17

Tints of Bistre #442C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

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

R = 50.37%
G = 32.59%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442C17 (or 0x442C17) is known color: Bistre. HEX triplet: 44, 2C and 17. RGB value is (68,44,23). Sum of RGB (Red+Green+Blue) = 68+44+23=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C17 is #BBD3E8. Grayscale: #303030. Windows color (decimal): -12309481 or 1518660. OLE color: 1518660.

HSL color Cylindrical-coordinate representation of color #442C17: hue angle of 28º 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 #442C17 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 44 23 -
CMYK 0 0.35 0.66 0.73
HSL 28º 0.49% 0.18% -
HSV(B) 28º 0.66% 0.27% -
XYZ 3.44 3.09 1.23 -
YUV 48.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 68 44 23 0 0.35 0.66 0.73 28 0.49 0.18
Hex 44 2C 17 0 23 42 49 1C 31 12
Octal 104 54 27 0 43 102 111 34 61 22
Binary 1000100 101100 10111 0 100011 1000010 1001001 11100 110001 10010

Color Harmonies of #442C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C17

Black with #442C17

Text Example


Text Example

White with #442C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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