#412F16

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

Shades of Clinker #412F16

Tints of Clinker #412F16

Color information

#412F16 (or 0x412F16) is unknown color: approx Clinker. HEX triplet: 41, 2F and 16. RGB value is (65,47,22). Sum of RGB (Red+Green+Blue) = 65+47+22=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F16 is #BED0E9. Grayscale: #313131. Windows color (decimal): -12505322 or 1453889. OLE color: 1453889.

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

Color convert

RGB654722-
CMYK00.280.660.75
HSL34.88º49.43%17.06%-
HSV(B)34.88º66.15%25.49%-
XYZ3.343.211.2-
YUV49.53112.46139.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=48.51%
G=35.07%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65472200.280.660.7534.8849.4317.06
Hex412F1601C424B233111
Octal1015726034102113436121
Binary1000001101111101100111001000010100101110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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