Html Css Color HEX #41280C Bistre

📋 copy color: '#41280C'

red 65 ◦ green 40 ◦ blue 12

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

Shades of Bistre #41280C

Tints of Bistre #41280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 55.56%
G = 34.19%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41280C (or 0x41280C) is known color: Bistre. HEX triplet: 41, 28 and 0C. RGB value is (65,40,12). Sum of RGB (Red+Green+Blue) = 65+40+12=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280C is #BED7F3. Grayscale: #2C2C2C. Windows color (decimal): -12507124 or 796737. OLE color: 796737.

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

Color convert

RGB 65 40 12 -
CMYK 0 0.38 0.82 0.75
HSL 31.7º 0.69% 0.15% -
HSV(B) 31.7º 0.82% 0.25% -
XYZ 3.01 2.67 0.7 -
YUV 44.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 65 40 12 0 0.38 0.82 0.75 31.7 0.69 0.15
Hex 41 28 C 0 26 52 4B 20 45 F
Octal 101 50 14 0 46 122 113 40 105 17
Binary 1000001 101000 1100 0 100110 1010010 1001011 100000 1000101 1111

Color Harmonies of #41280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41280C

Black with #41280C

Text Example


Text Example

White with #41280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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