Html Css Color HEX #412609 Bistre

📋 copy color: '#412609'

red 65 ◦ green 38 ◦ blue 9

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

Shades of Bistre #412609

Tints of Bistre #412609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 58.04%
G = 33.93%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412609 (or 0x412609) is known color: Bistre. HEX triplet: 41, 26 and 09. RGB value is (65,38,9). Sum of RGB (Red+Green+Blue) = 65+38+9=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412609 is #BED9F6. Grayscale: #2A2A2A. Windows color (decimal): -12507639 or 599617. OLE color: 599617.

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

Color convert

RGB 65 38 9 -
CMYK 0 0.42 0.86 0.75
HSL 31.07º 0.76% 0.15% -
HSV(B) 31.07º 0.86% 0.25% -
XYZ 2.92 2.53 0.59 -
YUV 42.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 65 38 9 0 0.42 0.86 0.75 31.07 0.76 0.15
Hex 41 26 9 0 2A 56 4B 1F 4C F
Octal 101 46 11 0 52 126 113 37 114 17
Binary 1000001 100110 1001 0 101010 1010110 1001011 11111 1001100 1111

Color Harmonies of #412609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412609

Black with #412609

Text Example


Text Example

White with #412609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412609; }

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

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

background-color css

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

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

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

border-color css

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

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

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