Html Css Color HEX #41240F Bistre

📋 copy color: '#41240F'

red 65 ◦ green 36 ◦ blue 15

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

Shades of Bistre #41240F

Tints of Bistre #41240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 56.03%
G = 31.03%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41240F (or 0x41240F) is known color: Bistre. HEX triplet: 41, 24 and 0F. RGB value is (65,36,15). Sum of RGB (Red+Green+Blue) = 65+36+15=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240F is #BEDBF0. Grayscale: #2A2A2A. Windows color (decimal): -12508145 or 992321. OLE color: 992321.

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

Color convert

RGB 65 36 15 -
CMYK 0 0.45 0.77 0.75
HSL 25.2º 0.63% 0.16% -
HSV(B) 25.2º 0.77% 0.25% -
XYZ 2.9 2.42 0.77 -
YUV 42.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 65 36 15 0 0.45 0.77 0.75 25.2 0.63 0.16
Hex 41 24 F 0 2D 4D 4B 19 3E 10
Octal 101 44 17 0 55 115 113 31 76 20
Binary 1000001 100100 1111 0 101101 1001101 1001011 11001 111110 10000

Color Harmonies of #41240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41240F

Black with #41240F

Text Example


Text Example

White with #41240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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