Html Css Color HEX #41260F Bistre

📋 copy color: '#41260F'

red 65 ◦ green 38 ◦ blue 15

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

Shades of Bistre #41260F

Tints of Bistre #41260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

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

R = 55.08%
G = 32.2%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41260F (or 0x41260F) is known color: Bistre. HEX triplet: 41, 26 and 0F. RGB value is (65,38,15). Sum of RGB (Red+Green+Blue) = 65+38+15=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41260F is #BED9F0. Grayscale: #2B2B2B. Windows color (decimal): -12507633 or 992833. OLE color: 992833.

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

Color convert

RGB 65 38 15 -
CMYK 0 0.42 0.77 0.75
HSL 27.6º 0.63% 0.16% -
HSV(B) 27.6º 0.77% 0.25% -
XYZ 2.96 2.54 0.79 -
YUV 43.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 65 38 15 0 0.42 0.77 0.75 27.6 0.63 0.16
Hex 41 26 F 0 2A 4D 4B 1C 3E 10
Octal 101 46 17 0 52 115 113 34 76 20
Binary 1000001 100110 1111 0 101010 1001101 1001011 11100 111110 10000

Color Harmonies of #41260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41260F

Black with #41260F

Text Example


Text Example

White with #41260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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