Html Css Color HEX #41280F Bistre

📋 copy color: '#41280F'

red 65 ◦ green 40 ◦ blue 15

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

Shades of Bistre #41280F

Tints of Bistre #41280F

RGB

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

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

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

R = 54.17%
G = 33.33%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41280F (or 0x41280F) is known color: Bistre. HEX triplet: 41, 28 and 0F. RGB value is (65,40,15). Sum of RGB (Red+Green+Blue) = 65+40+15=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280F is #BED7F0. Grayscale: #2C2C2C. Windows color (decimal): -12507121 or 993345. OLE color: 993345.

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

Color convert

RGB 65 40 15 -
CMYK 0 0.38 0.77 0.75
HSL 30º 0.63% 0.16% -
HSV(B) 30º 0.77% 0.25% -
XYZ 3.02 2.68 0.81 -
YUV 44.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 65 40 15 0 0.38 0.77 0.75 30 0.63 0.16
Hex 41 28 F 0 26 4D 4B 1E 3E 10
Octal 101 50 17 0 46 115 113 36 76 20
Binary 1000001 101000 1111 0 100110 1001101 1001011 11110 111110 10000

Color Harmonies of #41280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41280F

Black with #41280F

Text Example


Text Example

White with #41280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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