Html Css Color HEX #412816 Bistre

📋 copy color: '#412816'

red 65 ◦ green 40 ◦ blue 22

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

Shades of Bistre #412816

Tints of Bistre #412816

RGB

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

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

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

R = 51.18%
G = 31.5%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412816 (or 0x412816) is known color: Bistre. HEX triplet: 41, 28 and 16. RGB value is (65,40,22). Sum of RGB (Red+Green+Blue) = 65+40+22=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412816 is #BED7E9. Grayscale: #2D2D2D. Windows color (decimal): -12507114 or 1452097. OLE color: 1452097.

HSL color Cylindrical-coordinate representation of color #412816: hue angle of 25.12º 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 #412816 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 22 -
CMYK 0 0.38 0.66 0.75
HSL 25.12º 0.49% 0.17% -
HSV(B) 25.12º 0.66% 0.25% -
XYZ 3.08 2.7 1.12 -
YUV 45.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 65 40 22 0 0.38 0.66 0.75 25.12 0.49 0.17
Hex 41 28 16 0 26 42 4B 19 31 11
Octal 101 50 26 0 46 102 113 31 61 21
Binary 1000001 101000 10110 0 100110 1000010 1001011 11001 110001 10001

Color Harmonies of #412816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412816

Black with #412816

Text Example


Text Example

White with #412816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412816; }

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

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

background-color css

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

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

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

border-color css

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

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

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