Html Css Color HEX #412809 Bistre

📋 copy color: '#412809'

red 65 ◦ green 40 ◦ blue 9

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

Shades of Bistre #412809

Tints of Bistre #412809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.89%

R = 57.02%
G = 35.09%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412809 (or 0x412809) is known color: Bistre. HEX triplet: 41, 28 and 09. RGB value is (65,40,9). Sum of RGB (Red+Green+Blue) = 65+40+9=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412809 is #BED7F6. Grayscale: #2C2C2C. Windows color (decimal): -12507127 or 600129. OLE color: 600129.

HSL color Cylindrical-coordinate representation of color #412809: hue angle of 33.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412809 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 9 -
CMYK 0 0.38 0.86 0.75
HSL 33.21º 0.76% 0.15% -
HSV(B) 33.21º 0.86% 0.25% -
XYZ 2.99 2.66 0.61 -
YUV 43.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 65 40 9 0 0.38 0.86 0.75 33.21 0.76 0.15
Hex 41 28 9 0 26 56 4B 21 4C F
Octal 101 50 11 0 46 126 113 41 114 17
Binary 1000001 101000 1001 0 100110 1010110 1001011 100001 1001100 1111

Color Harmonies of #412809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412809

Black with #412809

Text Example


Text Example

White with #412809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412809; }

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

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

background-color css

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

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

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

border-color css

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

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

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