#412714

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

Shades of Bistre #412714

Tints of Bistre #412714

Color information

#412714 (or 0x412714) is unknown color: approx Bistre. HEX triplet: 41, 27 and 14. RGB value is (65,39,20). Sum of RGB (Red+Green+Blue) = 65+39+20=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412714 is #BED8EB. Grayscale: #2C2C2C. Windows color (decimal): -12507372 or 1320769. OLE color: 1320769.

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

Color convert

RGB653920-
CMYK00.400.690.75
HSL25.33º52.94%16.67%-
HSV(B)25.33º69.23%25.49%-
XYZ3.032.631.01-
YUV44.61114.11142.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=52.42%
G=31.45%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392000.400.690.7525.3352.9416.67
Hex412714028454B193511
Octal1014724050105113316521
Binary1000001100111101000101000100010110010111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412714; }

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

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

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

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

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

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

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

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