Html Css Color HEX #41290C Bistre

📋 copy color: '#41290C'

red 65 ◦ green 41 ◦ blue 12

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

Shades of Bistre #41290C

Tints of Bistre #41290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 55.08%
G = 34.75%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41290C (or 0x41290C) is known color: Bistre. HEX triplet: 41, 29 and 0C. RGB value is (65,41,12). Sum of RGB (Red+Green+Blue) = 65+41+12=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41290C is #BED6F3. Grayscale: #2D2D2D. Windows color (decimal): -12506868 or 796993. OLE color: 796993.

HSL color Cylindrical-coordinate representation of color #41290C: hue angle of 32.83º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41290C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 12 -
CMYK 0 0.37 0.82 0.75
HSL 32.83º 0.69% 0.15% -
HSV(B) 32.83º 0.82% 0.25% -
XYZ 3.04 2.74 0.72 -
YUV 44.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 65 41 12 0 0.37 0.82 0.75 32.83 0.69 0.15
Hex 41 29 C 0 25 52 4B 21 45 F
Octal 101 51 14 0 45 122 113 41 105 17
Binary 1000001 101001 1100 0 100101 1010010 1001011 100001 1000101 1111

Color Harmonies of #41290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41290C

Black with #41290C

Text Example


Text Example

White with #41290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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