Html Css Color HEX #442905 Bistre

📋 copy color: '#442905'

red 68 ◦ green 41 ◦ blue 5

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

Shades of Bistre #442905

Tints of Bistre #442905

RGB

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

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

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

R = 59.65%
G = 35.96%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442905 (or 0x442905) is known color: Bistre. HEX triplet: 44, 29 and 05. RGB value is (68,41,5). Sum of RGB (Red+Green+Blue) = 68+41+5=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #442905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442905 is #BBD6FA. Grayscale: #2D2D2D. Windows color (decimal): -12310267 or 338244. OLE color: 338244.

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

Color convert

RGB 68 41 5 -
CMYK 0 0.40 0.93 0.73
HSL 34.29º 0.86% 0.14% -
HSV(B) 34.29º 0.93% 0.27% -
XYZ 3.2 2.83 0.52 -
YUV 44.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 68 41 5 0 0.40 0.93 0.73 34.29 0.86 0.14
Hex 44 29 5 0 28 5D 49 22 56 E
Octal 104 51 5 0 50 135 111 42 126 16
Binary 1000100 101001 101 0 101000 1011101 1001001 100010 1010110 1110

Color Harmonies of #442905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442905

Black with #442905

Text Example


Text Example

White with #442905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442905; }

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

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

background-color css

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

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

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

border-color css

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

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

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