#412F15

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

Shades of Clinker #412F15

Tints of Clinker #412F15

Color information

#412F15 (or 0x412F15) is unknown color: approx Clinker. HEX triplet: 41, 2F and 15. RGB value is (65,47,21). Sum of RGB (Red+Green+Blue) = 65+47+21=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F15 is #BED0EA. Grayscale: #313131. Windows color (decimal): -12505323 or 1388353. OLE color: 1388353.

HSL color Cylindrical-coordinate representation of color #412F15: hue angle of 35.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412F15 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB654721-
CMYK00.280.680.75
HSL35.45º51.16%16.86%-
HSV(B)35.45º67.69%25.49%-
XYZ3.333.211.15-
YUV49.42111.96139.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=48.87%
G=35.34%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65472100.280.680.7535.4551.1616.86
Hex412F1501C444B233311
Octal1015725034104113436321
Binary1000001101111101010111001000100100101110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,47,21); }

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

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

 a { background-color: rgb(65,47,21); }

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

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

 span { border-color: rgb(65,47,21); }

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