#412C19

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

Shades of Bistre #412C19

Tints of Bistre #412C19

Color information

#412C19 (or 0x412C19) is unknown color: approx Bistre. HEX triplet: 41, 2C and 19. RGB value is (65,44,25). Sum of RGB (Red+Green+Blue) = 65+44+25=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C19 is #BED3E6. Grayscale: #303030. Windows color (decimal): -12506087 or 1649729. OLE color: 1649729.

HSL color Cylindrical-coordinate representation of color #412C19: hue angle of 28.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412C19 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB654425-
CMYK00.320.620.75
HSL28.5º44.44%17.65%-
HSV(B)28.5º61.54%25.49%-
XYZ3.2631.33-
YUV48.11114.96140.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=48.51%
G=32.84%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65442500.320.620.7528.544.4417.65
Hex412C190203E4B1c2c12
Octal101543104076113345422
Binary100000110110011001010000011111010010111110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C19; }

 p { color: rgb(65,44,25); }

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

<style>
 a { background-color: #412C19; }

 a { background-color: rgb(65,44,25); }

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

<style>
 span { border-color: #412C19; }

 span { border-color: rgb(65,44,25); }

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