#41270B

Color #41270B Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #41270B

Tints of Bistre #41270B

Color information

#41270B (or 0x41270B) is unknown color: approx Bistre. HEX triplet: 41, 27 and 0B. RGB value is (65,39,11). Sum of RGB (Red+Green+Blue) = 65+39+11=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270B is #BED8F4. Grayscale: #2B2B2B. Windows color (decimal): -12507381 or 730945. OLE color: 730945.

HSL color Cylindrical-coordinate representation of color #41270B: hue angle of 31.11º 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 #41270B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB653911-
CMYK00.400.830.75
HSL31.11º71.05%14.9%-
HSV(B)31.11º83.08%25.49%-
XYZ2.972.60.66-
YUV43.58109.61143.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=56.52%
G=33.91%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65391100.400.830.7531.1171.0514.9
Hex4127B028534B1f47f
Octal10147130501231133710717
Binary100000110011110110101000101001110010111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41270B;
 }
 .AnyTagClassName
 {
   color: #41270B;
 }
</style>
background-color css

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

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

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

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

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

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