#41321E

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

Shades of Clinker #41321E

Tints of Clinker #41321E

Color information

#41321E (or 0x41321E) is unknown color: approx Clinker. HEX triplet: 41, 32 and 1E. RGB value is (65,50,30). Sum of RGB (Red+Green+Blue) = 65+50+30=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321E is #BECDE1. Grayscale: #343434. Windows color (decimal): -12504546 or 1978945. OLE color: 1978945.

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

Color convert

RGB655030-
CMYK00.230.540.75
HSL34.29º36.84%18.63%-
HSV(B)34.29º53.85%25.49%-
XYZ3.553.51.72-
YUV52.2115.47137.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=44.83%
G=34.48%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503000.230.540.7534.2936.8418.63
Hex41321E017364B222513
Octal101623602766113424523
Binary100000111001011110010111110110100101110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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