Html Css Color HEX #412309 Bistre

📋 copy color: '#412309'

red 65 ◦ green 35 ◦ blue 9

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

Shades of Bistre #412309

Tints of Bistre #412309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

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

R = 59.63%
G = 32.11%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412309 (or 0x412309) is known color: Bistre. HEX triplet: 41, 23 and 09. RGB value is (65,35,9). Sum of RGB (Red+Green+Blue) = 65+35+9=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412309 is #BEDCF6. Grayscale: #292929. Windows color (decimal): -12508407 or 598849. OLE color: 598849.

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

Color convert

RGB 65 35 9 -
CMYK 0 0.46 0.86 0.75
HSL 27.86º 0.76% 0.15% -
HSV(B) 27.86º 0.86% 0.25% -
XYZ 2.83 2.35 0.56 -
YUV 41.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 65 35 9 0 0.46 0.86 0.75 27.86 0.76 0.15
Hex 41 23 9 0 2E 56 4B 1C 4C F
Octal 101 43 11 0 56 126 113 34 114 17
Binary 1000001 100011 1001 0 101110 1010110 1001011 11100 1001100 1111

Color Harmonies of #412309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412309

Black with #412309

Text Example


Text Example

White with #412309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412309; }

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

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

background-color css

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

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

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

border-color css

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

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

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