Html Css Color HEX #41280B Bistre

📋 copy color: '#41280B'

red 65 ◦ green 40 ◦ blue 11

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

Shades of Bistre #41280B

Tints of Bistre #41280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.48%

R = 56.03%
G = 34.48%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41280B (or 0x41280B) is known color: Bistre. HEX triplet: 41, 28 and 0B. RGB value is (65,40,11). Sum of RGB (Red+Green+Blue) = 65+40+11=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280B is #BED7F4. Grayscale: #2C2C2C. Windows color (decimal): -12507125 or 731201. OLE color: 731201.

HSL color Cylindrical-coordinate representation of color #41280B: hue angle of 32.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41280B is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 11 -
CMYK 0 0.38 0.83 0.75
HSL 32.22º 0.71% 0.15% -
HSV(B) 32.22º 0.83% 0.25% -
XYZ 3 2.67 0.67 -
YUV 44.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 65 40 11 0 0.38 0.83 0.75 32.22 0.71 0.15
Hex 41 28 B 0 26 53 4B 20 47 F
Octal 101 50 13 0 46 123 113 40 107 17
Binary 1000001 101000 1011 0 100110 1010011 1001011 100000 1000111 1111

Color Harmonies of #41280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41280B

Black with #41280B

Text Example


Text Example

White with #41280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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