#412718

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

Shades of Bistre #412718

Tints of Bistre #412718

Color information

#412718 (or 0x412718) is unknown color: approx Bistre. HEX triplet: 41, 27 and 18. RGB value is (65,39,24). Sum of RGB (Red+Green+Blue) = 65+39+24=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412718 is #BED8E7. Grayscale: #2D2D2D. Windows color (decimal): -12507368 or 1582913. OLE color: 1582913.

HSL color Cylindrical-coordinate representation of color #412718: hue angle of 21.95º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412718 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB653924-
CMYK00.400.630.75
HSL21.95º46.07%17.45%-
HSV(B)21.95º63.08%25.49%-
XYZ3.072.641.21-
YUV45.06116.11142.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=50.78%
G=30.47%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392400.400.630.7521.9546.0717.45
Hex4127180283F4B162e11
Octal101473005077113265621
Binary100000110011111000010100011111110010111011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412718; }

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

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

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

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

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

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

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

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