Html Css Color HEX #412916 Bistre

📋 copy color: '#412916'

red 65 ◦ green 41 ◦ blue 22

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

Shades of Bistre #412916

Tints of Bistre #412916

RGB

 RED value IS 65 (25.78% from 255) = 50.78%

 GREEN value IS 41 (16.41% from 255) = 32.03%

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

R = 50.78%
G = 32.03%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412916 (or 0x412916) is known color: Bistre. HEX triplet: 41, 29 and 16. RGB value is (65,41,22). Sum of RGB (Red+Green+Blue) = 65+41+22=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412916 is #BED6E9. Grayscale: #2E2E2E. Windows color (decimal): -12506858 or 1452353. OLE color: 1452353.

HSL color Cylindrical-coordinate representation of color #412916: hue angle of 26.51º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412916 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 22 -
CMYK 0 0.37 0.66 0.75
HSL 26.51º 0.49% 0.17% -
HSV(B) 26.51º 0.66% 0.25% -
XYZ 3.12 2.77 1.13 -
YUV 46.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 65 41 22 0 0.37 0.66 0.75 26.51 0.49 0.17
Hex 41 29 16 0 25 42 4B 1B 31 11
Octal 101 51 26 0 45 102 113 33 61 21
Binary 1000001 101001 10110 0 100101 1000010 1001011 11011 110001 10001

Color Harmonies of #412916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412916

Black with #412916

Text Example


Text Example

White with #412916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412916; }

 p { color: rgb(65,41,22); }

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

background-color css

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

 a { background-color: rgb(65,41,22); }

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

border-color css

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

 span { border-color: rgb(65,41,22); }

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