Html Css Color HEX #442900 Bistre

📋 copy color: '#442900'

red 68 ◦ green 41 ◦ blue 0

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

Shades of Bistre #442900

Tints of Bistre #442900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.39%
G = 37.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#442900 (or 0x442900) is known color: Bistre. HEX triplet: 44, 29 and 00. RGB value is (68,41,0). Sum of RGB (Red+Green+Blue) = 68+41+0=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #442900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442900 is #BBD6FF. Grayscale: #2C2C2C. Windows color (decimal): -12310272 or 10564. OLE color: 10564.

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

Color convert

RGB 68 41 0 -
CMYK 0 0.40 1 0.73
HSL 36.18º 1% 0.13% -
HSV(B) 36.18º 1% 0.27% -
XYZ 3.18 2.81 0.38 -
YUV 44.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 68 41 0 0 0.40 1 0.73 36.18 1 0.13
Hex 44 29 0 0 28 64 49 24 64 D
Octal 104 51 0 0 50 144 111 44 144 15
Binary 1000100 101001 0 0 101000 1100100 1001001 100100 1100100 1101

Color Harmonies of #442900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442900

Black with #442900

Text Example


Text Example

White with #442900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442900; }

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

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

background-color css

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

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

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

border-color css

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

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

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