Html Css Color HEX #442815 Bistre

📋 copy color: '#442815'

red 68 ◦ green 40 ◦ blue 21

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

Shades of Bistre #442815

Tints of Bistre #442815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 52.71%
G = 31.01%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442815 (or 0x442815) is known color: Bistre. HEX triplet: 44, 28 and 15. RGB value is (68,40,21). Sum of RGB (Red+Green+Blue) = 68+40+21=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442815 is #BBD7EA. Grayscale: #2E2E2E. Windows color (decimal): -12310507 or 1386564. OLE color: 1386564.

HSL color Cylindrical-coordinate representation of color #442815: hue angle of 24.26º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442815 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 40 21 -
CMYK 0 0.41 0.69 0.73
HSL 24.26º 0.53% 0.17% -
HSV(B) 24.26º 0.69% 0.27% -
XYZ 3.28 2.8 1.08 -
YUV 46.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 68 40 21 0 0.41 0.69 0.73 24.26 0.53 0.17
Hex 44 28 15 0 29 45 49 18 35 11
Octal 104 50 25 0 51 105 111 30 65 21
Binary 1000100 101000 10101 0 101001 1000101 1001001 11000 110101 10001

Color Harmonies of #442815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442815

Black with #442815

Text Example


Text Example

White with #442815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442815; }

 p { color: rgb(68,40,21); }

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

background-color css

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

 a { background-color: rgb(68,40,21); }

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

border-color css

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

 span { border-color: rgb(68,40,21); }

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