Html Css Color HEX #41280E Bistre

📋 copy color: '#41280E'

red 65 ◦ green 40 ◦ blue 14

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

Shades of Bistre #41280E

Tints of Bistre #41280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.61%

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

R = 54.62%
G = 33.61%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41280E (or 0x41280E) is known color: Bistre. HEX triplet: 41, 28 and 0E. RGB value is (65,40,14). Sum of RGB (Red+Green+Blue) = 65+40+14=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280E is #BED7F1. Grayscale: #2C2C2C. Windows color (decimal): -12507122 or 927809. OLE color: 927809.

HSL color Cylindrical-coordinate representation of color #41280E: hue angle of 30.59º 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 #41280E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 14 -
CMYK 0 0.38 0.78 0.75
HSL 30.59º 0.65% 0.15% -
HSV(B) 30.59º 0.78% 0.25% -
XYZ 3.02 2.67 0.77 -
YUV 44.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 65 40 14 0 0.38 0.78 0.75 30.59 0.65 0.15
Hex 41 28 E 0 26 4E 4B 1F 41 F
Octal 101 50 16 0 46 116 113 37 101 17
Binary 1000001 101000 1110 0 100110 1001110 1001011 11111 1000001 1111

Color Harmonies of #41280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41280E

Black with #41280E

Text Example


Text Example

White with #41280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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