Html Css Color HEX #442508 Bistre

📋 copy color: '#442508'

red 68 ◦ green 37 ◦ blue 8

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

Shades of Bistre #442508

Tints of Bistre #442508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 60.18%
G = 32.74%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#442508 (or 0x442508) is known color: Bistre. HEX triplet: 44, 25 and 08. RGB value is (68,37,8). Sum of RGB (Red+Green+Blue) = 68+37+8=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442508 is #BBDAF7. Grayscale: #2B2B2B. Windows color (decimal): -12311288 or 533828. OLE color: 533828.

HSL color Cylindrical-coordinate representation of color #442508: hue angle of 29º 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 #442508 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 8 -
CMYK 0 0.46 0.88 0.73
HSL 29º 0.79% 0.15% -
HSV(B) 29º 0.88% 0.27% -
XYZ 3.09 2.57 0.56 -
YUV 42.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 68 37 8 0 0.46 0.88 0.73 29 0.79 0.15
Hex 44 25 8 0 2E 58 49 1D 4F F
Octal 104 45 10 0 56 130 111 35 117 17
Binary 1000100 100101 1000 0 101110 1011000 1001001 11101 1001111 1111

Color Harmonies of #442508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442508

Black with #442508

Text Example


Text Example

White with #442508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442508; }

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

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

background-color css

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

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

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

border-color css

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

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

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