Html Css Color HEX #442705 Bistre

📋 copy color: '#442705'

red 68 ◦ green 39 ◦ blue 5

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

Shades of Bistre #442705

Tints of Bistre #442705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

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

R = 60.71%
G = 34.82%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442705 (or 0x442705) is known color: Bistre. HEX triplet: 44, 27 and 05. RGB value is (68,39,5). Sum of RGB (Red+Green+Blue) = 68+39+5=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #442705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442705 is #BBD8FA. Grayscale: #2B2B2B. Windows color (decimal): -12310779 or 337732. OLE color: 337732.

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

Color convert

RGB 68 39 5 -
CMYK 0 0.43 0.93 0.73
HSL 32.38º 0.86% 0.14% -
HSV(B) 32.38º 0.93% 0.27% -
XYZ 3.14 2.69 0.5 -
YUV 43.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 68 39 5 0 0.43 0.93 0.73 32.38 0.86 0.14
Hex 44 27 5 0 2B 5D 49 20 56 E
Octal 104 47 5 0 53 135 111 40 126 16
Binary 1000100 100111 101 0 101011 1011101 1001001 100000 1010110 1110

Color Harmonies of #442705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442705

Black with #442705

Text Example


Text Example

White with #442705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442705; }

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

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

background-color css

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

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

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

border-color css

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

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

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