#412D0F

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

Shades of Clinker #412D0F

Tints of Clinker #412D0F

Color information

#412D0F (or 0x412D0F) is unknown color: approx Clinker. HEX triplet: 41, 2D and 0F. RGB value is (65,45,15). Sum of RGB (Red+Green+Blue) = 65+45+15=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D0F is #BED2F0. Grayscale: #2F2F2F. Windows color (decimal): -12505841 or 994625. OLE color: 994625.

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

Color convert

RGB654515-
CMYK00.310.770.75
HSL36º62.5%15.69%-
HSV(B)36º76.92%25.49%-
XYZ3.23.040.87-
YUV47.56109.63140.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 15 (6.25% from 255) = 12%
R=52%
G=36%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451500.310.770.753662.515.69
Hex412DF01F4D4B243e10
Octal1015517037115113447620
Binary100000110110111110111111001101100101110010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,45,15); }

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

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

 a { background-color: rgb(65,45,15); }

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

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

 span { border-color: rgb(65,45,15); }

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