Html Css Color HEX #41280D Bistre

📋 copy color: '#41280D'

red 65 ◦ green 40 ◦ blue 13

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

Shades of Bistre #41280D

Tints of Bistre #41280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 55.08%
G = 33.9%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41280D (or 0x41280D) is known color: Bistre. HEX triplet: 41, 28 and 0D. RGB value is (65,40,13). Sum of RGB (Red+Green+Blue) = 65+40+13=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280D is #BED7F2. Grayscale: #2C2C2C. Windows color (decimal): -12507123 or 862273. OLE color: 862273.

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

Color convert

RGB 65 40 13 -
CMYK 0 0.38 0.80 0.75
HSL 31.15º 0.67% 0.15% -
HSV(B) 31.15º 0.8% 0.25% -
XYZ 3.01 2.67 0.74 -
YUV 44.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 65 40 13 0 0.38 0.80 0.75 31.15 0.67 0.15
Hex 41 28 D 0 26 50 4B 1F 43 F
Octal 101 50 15 0 46 120 113 37 103 17
Binary 1000001 101000 1101 0 100110 1010000 1001011 11111 1000011 1111

Color Harmonies of #41280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41280D

Black with #41280D

Text Example


Text Example

White with #41280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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