Html Css Color HEX #442E1D Bistre

📋 copy color: '#442E1D'

red 68 ◦ green 46 ◦ blue 29

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

Shades of Bistre #442E1D

Tints of Bistre #442E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 47.55%
G = 32.17%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#442E1D (or 0x442E1D) is known color: Bistre. HEX triplet: 44, 2E and 1D. RGB value is (68,46,29). Sum of RGB (Red+Green+Blue) = 68+46+29=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E1D is #BBD1E2. Grayscale: #323232. Windows color (decimal): -12308963 or 1912388. OLE color: 1912388.

HSL color Cylindrical-coordinate representation of color #442E1D: hue angle of 26.15º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442E1D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 29 -
CMYK 0 0.32 0.57 0.73
HSL 26.15º 0.4% 0.19% -
HSV(B) 26.15º 0.57% 0.27% -
XYZ 3.58 3.27 1.61 -
YUV 50.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 68 46 29 0 0.32 0.57 0.73 26.15 0.4 0.19
Hex 44 2E 1D 0 20 39 49 1A 28 13
Octal 104 56 35 0 40 71 111 32 50 23
Binary 1000100 101110 11101 0 100000 111001 1001001 11010 101000 10011

Color Harmonies of #442E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E1D

Black with #442E1D

Text Example


Text Example

White with #442E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E1D; }

 p { color: rgb(68,46,29); }

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

background-color css

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

 a { background-color: rgb(68,46,29); }

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

border-color css

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

 span { border-color: rgb(68,46,29); }

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