Html Css Color HEX #442A19 Bistre

📋 copy color: '#442A19'

red 68 ◦ green 42 ◦ blue 25

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

Shades of Bistre #442A19

Tints of Bistre #442A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.11%

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

R = 50.37%
G = 31.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442A19 (or 0x442A19) is known color: Bistre. HEX triplet: 44, 2A and 19. RGB value is (68,42,25). Sum of RGB (Red+Green+Blue) = 68+42+25=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A19 is #BBD5E6. Grayscale: #2F2F2F. Windows color (decimal): -12309991 or 1649220. OLE color: 1649220.

HSL color Cylindrical-coordinate representation of color #442A19: hue angle of 23.72º 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 #442A19 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 42 25 -
CMYK 0 0.38 0.63 0.73
HSL 23.72º 0.46% 0.18% -
HSV(B) 23.72º 0.63% 0.27% -
XYZ 3.39 2.96 1.31 -
YUV 47.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 68 42 25 0 0.38 0.63 0.73 23.72 0.46 0.18
Hex 44 2A 19 0 26 3F 49 18 2E 12
Octal 104 52 31 0 46 77 111 30 56 22
Binary 1000100 101010 11001 0 100110 111111 1001001 11000 101110 10010

Color Harmonies of #442A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A19

Black with #442A19

Text Example


Text Example

White with #442A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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