Html Css Color HEX #442908 Bistre

📋 copy color: '#442908'

red 68 ◦ green 41 ◦ blue 8

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

Shades of Bistre #442908

Tints of Bistre #442908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.84%

R = 58.12%
G = 35.04%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#442908 (or 0x442908) is known color: Bistre. HEX triplet: 44, 29 and 08. RGB value is (68,41,8). Sum of RGB (Red+Green+Blue) = 68+41+8=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442908 is #BBD6F7. Grayscale: #2D2D2D. Windows color (decimal): -12310264 or 534852. OLE color: 534852.

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

Color convert

RGB 68 41 8 -
CMYK 0 0.40 0.88 0.73
HSL 33º 0.79% 0.15% -
HSV(B) 33º 0.88% 0.27% -
XYZ 3.22 2.83 0.61 -
YUV 45.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 68 41 8 0 0.40 0.88 0.73 33 0.79 0.15
Hex 44 29 8 0 28 58 49 21 4F F
Octal 104 51 10 0 50 130 111 41 117 17
Binary 1000100 101001 1000 0 101000 1011000 1001001 100001 1001111 1111

Color Harmonies of #442908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442908

Black with #442908

Text Example


Text Example

White with #442908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442908; }

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

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

background-color css

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

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

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

border-color css

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

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

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