Html Css Color HEX #442918 Bistre

📋 copy color: '#442918'

red 68 ◦ green 41 ◦ blue 24

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

Shades of Bistre #442918

Tints of Bistre #442918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 51.13%
G = 30.83%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#442918 (or 0x442918) is known color: Bistre. HEX triplet: 44, 29 and 18. RGB value is (68,41,24). Sum of RGB (Red+Green+Blue) = 68+41+24=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442918 is #BBD6E7. Grayscale: #2F2F2F. Windows color (decimal): -12310248 or 1583428. OLE color: 1583428.

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

Color convert

RGB 68 41 24 -
CMYK 0 0.40 0.65 0.73
HSL 23.18º 0.48% 0.18% -
HSV(B) 23.18º 0.65% 0.27% -
XYZ 3.34 2.88 1.24 -
YUV 47.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 68 41 24 0 0.40 0.65 0.73 23.18 0.48 0.18
Hex 44 29 18 0 28 41 49 17 30 12
Octal 104 51 30 0 50 101 111 27 60 22
Binary 1000100 101001 11000 0 101000 1000001 1001001 10111 110000 10010

Color Harmonies of #442918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442918

Black with #442918

Text Example


Text Example

White with #442918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442918; }

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

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

background-color css

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

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

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

border-color css

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

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

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