Html Css Color HEX #442910 Bistre

📋 copy color: '#442910'

red 68 ◦ green 41 ◦ blue 16

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

Shades of Bistre #442910

Tints of Bistre #442910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 54.4%
G = 32.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#442910 (or 0x442910) is known color: Bistre. HEX triplet: 44, 29 and 10. RGB value is (68,41,16). Sum of RGB (Red+Green+Blue) = 68+41+16=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442910 is #BBD6EF. Grayscale: #2E2E2E. Windows color (decimal): -12310256 or 1059140. OLE color: 1059140.

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

Color convert

RGB 68 41 16 -
CMYK 0 0.40 0.76 0.73
HSL 28.85º 0.62% 0.16% -
HSV(B) 28.85º 0.76% 0.27% -
XYZ 3.27 2.85 0.87 -
YUV 46.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 68 41 16 0 0.40 0.76 0.73 28.85 0.62 0.16
Hex 44 29 10 0 28 4C 49 1D 3E 10
Octal 104 51 20 0 50 114 111 35 76 20
Binary 1000100 101001 10000 0 101000 1001100 1001001 11101 111110 10000

Color Harmonies of #442910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442910

Black with #442910

Text Example


Text Example

White with #442910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442910; }

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

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

background-color css

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

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

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

border-color css

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

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

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