Html Css Color HEX #412909 Bistre

📋 copy color: '#412909'

red 65 ◦ green 41 ◦ blue 9

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

Shades of Bistre #412909

Tints of Bistre #412909

RGB

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

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

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

R = 56.52%
G = 35.65%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412909 (or 0x412909) is known color: Bistre. HEX triplet: 41, 29 and 09. RGB value is (65,41,9). Sum of RGB (Red+Green+Blue) = 65+41+9=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412909 is #BED6F6. Grayscale: #2C2C2C. Windows color (decimal): -12506871 or 600385. OLE color: 600385.

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

Color convert

RGB 65 41 9 -
CMYK 0 0.37 0.86 0.75
HSL 34.29º 0.76% 0.15% -
HSV(B) 34.29º 0.86% 0.25% -
XYZ 3.02 2.73 0.63 -
YUV 44.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 65 41 9 0 0.37 0.86 0.75 34.29 0.76 0.15
Hex 41 29 9 0 25 56 4B 22 4C F
Octal 101 51 11 0 45 126 113 42 114 17
Binary 1000001 101001 1001 0 100101 1010110 1001011 100010 1001100 1111

Color Harmonies of #412909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412909

Black with #412909

Text Example


Text Example

White with #412909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412909; }

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

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

background-color css

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

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

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

border-color css

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

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

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