Html Css Color HEX #442715 Bistre

📋 copy color: '#442715'

red 68 ◦ green 39 ◦ blue 21

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

Shades of Bistre #442715

Tints of Bistre #442715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

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

R = 53.13%
G = 30.47%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442715 (or 0x442715) is known color: Bistre. HEX triplet: 44, 27 and 15. RGB value is (68,39,21). Sum of RGB (Red+Green+Blue) = 68+39+21=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442715 is #BBD8EA. Grayscale: #2D2D2D. Windows color (decimal): -12310763 or 1386308. OLE color: 1386308.

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

Color convert

RGB 68 39 21 -
CMYK 0 0.43 0.69 0.73
HSL 22.98º 0.53% 0.17% -
HSV(B) 22.98º 0.69% 0.27% -
XYZ 3.24 2.73 1.07 -
YUV 45.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 68 39 21 0 0.43 0.69 0.73 22.98 0.53 0.17
Hex 44 27 15 0 2B 45 49 17 35 11
Octal 104 47 25 0 53 105 111 27 65 21
Binary 1000100 100111 10101 0 101011 1000101 1001001 10111 110101 10001

Color Harmonies of #442715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442715

Black with #442715

Text Example


Text Example

White with #442715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442715; }

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

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

background-color css

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

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

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

border-color css

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

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

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