Html Css Color HEX #442D17 Bistre

📋 copy color: '#442D17'

red 68 ◦ green 45 ◦ blue 23

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

Shades of Bistre #442D17

Tints of Bistre #442D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.09%

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

R = 50%
G = 33.09%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442D17 (or 0x442D17) is known color: Bistre. HEX triplet: 44, 2D and 17. RGB value is (68,45,23). Sum of RGB (Red+Green+Blue) = 68+45+23=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D17 is #BBD2E8. Grayscale: #313131. Windows color (decimal): -12309225 or 1518916. OLE color: 1518916.

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

Color convert

RGB 68 45 23 -
CMYK 0 0.34 0.66 0.73
HSL 29.33º 0.49% 0.18% -
HSV(B) 29.33º 0.66% 0.27% -
XYZ 3.48 3.17 1.24 -
YUV 49.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 68 45 23 0 0.34 0.66 0.73 29.33 0.49 0.18
Hex 44 2D 17 0 22 42 49 1D 31 12
Octal 104 55 27 0 42 102 111 35 61 22
Binary 1000100 101101 10111 0 100010 1000010 1001001 11101 110001 10010

Color Harmonies of #442D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D17

Black with #442D17

Text Example


Text Example

White with #442D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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