Html Css Color HEX #442505 Bistre

📋 copy color: '#442505'

red 68 ◦ green 37 ◦ blue 5

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

Shades of Bistre #442505

Tints of Bistre #442505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 61.82%
G = 33.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442505 (or 0x442505) is known color: Bistre. HEX triplet: 44, 25 and 05. RGB value is (68,37,5). Sum of RGB (Red+Green+Blue) = 68+37+5=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442505 is #BBDAFA. Grayscale: #2A2A2A. Windows color (decimal): -12311291 or 337220. OLE color: 337220.

HSL color Cylindrical-coordinate representation of color #442505: hue angle of 30.48º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442505 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 5 -
CMYK 0 0.46 0.93 0.73
HSL 30.48º 0.86% 0.14% -
HSV(B) 30.48º 0.93% 0.27% -
XYZ 3.07 2.56 0.48 -
YUV 42.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 68 37 5 0 0.46 0.93 0.73 30.48 0.86 0.14
Hex 44 25 5 0 2E 5D 49 1E 56 E
Octal 104 45 5 0 56 135 111 36 126 16
Binary 1000100 100101 101 0 101110 1011101 1001001 11110 1010110 1110

Color Harmonies of #442505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442505

Black with #442505

Text Example


Text Example

White with #442505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442505; }

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

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

background-color css

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

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

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

border-color css

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

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

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