#41321C

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

Shades of Clinker #41321C

Tints of Clinker #41321C

Color information

#41321C (or 0x41321C) is unknown color: approx Clinker. HEX triplet: 41, 32 and 1C. RGB value is (65,50,28). Sum of RGB (Red+Green+Blue) = 65+50+28=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321C is #BECDE3. Grayscale: #343434. Windows color (decimal): -12504548 or 1847873. OLE color: 1847873.

HSL color Cylindrical-coordinate representation of color #41321C: hue angle of 35.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41321C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB655028-
CMYK00.230.570.75
HSL35.68º39.78%18.24%-
HSV(B)35.68º56.92%25.49%-
XYZ3.533.491.59-
YUV51.98114.47137.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=45.45%
G=34.97%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65502800.230.570.7535.6839.7818.24
Hex41321C017394B242812
Octal101623402771113445022
Binary100000111001011100010111111001100101110010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41321C; }

 p { color: rgb(65,50,28); }

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

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

 a { background-color: rgb(65,50,28); }

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

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

 span { border-color: rgb(65,50,28); }

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