Html Css Color HEX #442C15 Bistre

📋 copy color: '#442C15'

red 68 ◦ green 44 ◦ blue 21

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

Shades of Bistre #442C15

Tints of Bistre #442C15

RGB

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

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

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

R = 51.13%
G = 33.08%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442C15 (or 0x442C15) is known color: Bistre. HEX triplet: 44, 2C and 15. RGB value is (68,44,21). Sum of RGB (Red+Green+Blue) = 68+44+21=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C15 is #BBD3EA. Grayscale: #303030. Windows color (decimal): -12309483 or 1387588. OLE color: 1387588.

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

Color convert

RGB 68 44 21 -
CMYK 0 0.35 0.69 0.73
HSL 29.36º 0.53% 0.17% -
HSV(B) 29.36º 0.69% 0.27% -
XYZ 3.42 3.08 1.12 -
YUV 48.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 68 44 21 0 0.35 0.69 0.73 29.36 0.53 0.17
Hex 44 2C 15 0 23 45 49 1D 35 11
Octal 104 54 25 0 43 105 111 35 65 21
Binary 1000100 101100 10101 0 100011 1000101 1001001 11101 110101 10001

Color Harmonies of #442C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C15

Black with #442C15

Text Example


Text Example

White with #442C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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