Html Css Color HEX #41240E Bistre

📋 copy color: '#41240E'

red 65 ◦ green 36 ◦ blue 14

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

Shades of Bistre #41240E

Tints of Bistre #41240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 56.52%
G = 31.3%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41240E (or 0x41240E) is known color: Bistre. HEX triplet: 41, 24 and 0E. RGB value is (65,36,14). Sum of RGB (Red+Green+Blue) = 65+36+14=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240E is #BEDBF1. Grayscale: #2A2A2A. Windows color (decimal): -12508146 or 926785. OLE color: 926785.

HSL color Cylindrical-coordinate representation of color #41240E: hue angle of 25.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41240E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 36 14 -
CMYK 0 0.45 0.78 0.75
HSL 25.88º 0.65% 0.15% -
HSV(B) 25.88º 0.78% 0.25% -
XYZ 2.89 2.42 0.73 -
YUV 42.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 65 36 14 0 0.45 0.78 0.75 25.88 0.65 0.15
Hex 41 24 E 0 2D 4E 4B 1A 41 F
Octal 101 44 16 0 55 116 113 32 101 17
Binary 1000001 100100 1110 0 101101 1001110 1001011 11010 1000001 1111

Color Harmonies of #41240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41240E

Black with #41240E

Text Example


Text Example

White with #41240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41240E; }

 p { color: rgb(65,36,14); }

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

background-color css

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

 a { background-color: rgb(65,36,14); }

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

border-color css

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

 span { border-color: rgb(65,36,14); }

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