Html Css Color HEX #442C19 Bistre

📋 copy color: '#442C19'

red 68 ◦ green 44 ◦ blue 25

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

Shades of Bistre #442C19

Tints of Bistre #442C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 49.64%
G = 32.12%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442C19 (or 0x442C19) is known color: Bistre. HEX triplet: 44, 2C and 19. RGB value is (68,44,25). Sum of RGB (Red+Green+Blue) = 68+44+25=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C19 is #BBD3E6. Grayscale: #313131. Windows color (decimal): -12309479 or 1649732. OLE color: 1649732.

HSL color Cylindrical-coordinate representation of color #442C19: hue angle of 26.51º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442C19 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 44 25 -
CMYK 0 0.35 0.63 0.73
HSL 26.51º 0.46% 0.18% -
HSV(B) 26.51º 0.63% 0.27% -
XYZ 3.46 3.1 1.34 -
YUV 49.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 68 44 25 0 0.35 0.63 0.73 26.51 0.46 0.18
Hex 44 2C 19 0 23 3F 49 1B 2E 12
Octal 104 54 31 0 43 77 111 33 56 22
Binary 1000100 101100 11001 0 100011 111111 1001001 11011 101110 10010

Color Harmonies of #442C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C19

Black with #442C19

Text Example


Text Example

White with #442C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,25); }

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

background-color css

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

 a { background-color: rgb(68,44,25); }

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

border-color css

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

 span { border-color: rgb(68,44,25); }

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