Html Css Color HEX #442716 Bistre

📋 copy color: '#442716'

red 68 ◦ green 39 ◦ blue 22

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

Shades of Bistre #442716

Tints of Bistre #442716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 52.71%
G = 30.23%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442716 (or 0x442716) is known color: Bistre. HEX triplet: 44, 27 and 16. RGB value is (68,39,22). Sum of RGB (Red+Green+Blue) = 68+39+22=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442716 is #BBD8E9. Grayscale: #2D2D2D. Windows color (decimal): -12310762 or 1451844. OLE color: 1451844.

HSL color Cylindrical-coordinate representation of color #442716: hue angle of 22.17º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442716 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 39 22 -
CMYK 0 0.43 0.68 0.73
HSL 22.17º 0.51% 0.18% -
HSV(B) 22.17º 0.68% 0.27% -
XYZ 3.25 2.74 1.12 -
YUV 45.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 68 39 22 0 0.43 0.68 0.73 22.17 0.51 0.18
Hex 44 27 16 0 2B 44 49 16 33 12
Octal 104 47 26 0 53 104 111 26 63 22
Binary 1000100 100111 10110 0 101011 1000100 1001001 10110 110011 10010

Color Harmonies of #442716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442716

Black with #442716

Text Example


Text Example

White with #442716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442716; }

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

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

background-color css

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

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

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

border-color css

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

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

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